Class: TencentCloud::Clb::V20180317::CreateClsLogSetRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::CreateClsLogSetRequest
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20180317/models.rb
Overview
CreateClsLogSet请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logsetname = nil, period = nil, logsettype = nil) ⇒ CreateClsLogSetRequest
constructor
A new instance of CreateClsLogSetRequest.
Constructor Details
#initialize(logsetname = nil, period = nil, logsettype = nil) ⇒ CreateClsLogSetRequest
Returns a new instance of CreateClsLogSetRequest.
1418 1419 1420 1421 1422 |
# File 'lib/v20180317/models.rb', line 1418 def initialize(logsetname=nil, period=nil, logsettype=nil) @LogsetName = logsetname @Period = period @LogsetType = logsettype end |
Instance Attribute Details
#LogsetName ⇒ Object
1413 1414 1415 |
# File 'lib/v20180317/models.rb', line 1413 def LogsetName @LogsetName end |
#LogsetType ⇒ Object
1413 1414 1415 |
# File 'lib/v20180317/models.rb', line 1413 def LogsetType @LogsetType end |
#Period ⇒ Object
1413 1414 1415 |
# File 'lib/v20180317/models.rb', line 1413 def Period @Period end |
Instance Method Details
#deserialize(params) ⇒ Object
1424 1425 1426 1427 1428 |
# File 'lib/v20180317/models.rb', line 1424 def deserialize(params) @LogsetName = params['LogsetName'] @Period = params['Period'] @LogsetType = params['LogsetType'] end |