Class: TencentCloud::Cdn::V20180606::EnableClsLogTopicRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::EnableClsLogTopicRequest
- Defined in:
- lib/v20180606/models.rb
Overview
EnableClsLogTopic请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logsetid = nil, topicid = nil, channel = nil) ⇒ EnableClsLogTopicRequest
constructor
A new instance of EnableClsLogTopicRequest.
Constructor Details
#initialize(logsetid = nil, topicid = nil, channel = nil) ⇒ EnableClsLogTopicRequest
Returns a new instance of EnableClsLogTopicRequest.
7453 7454 7455 7456 7457 |
# File 'lib/v20180606/models.rb', line 7453 def initialize(logsetid=nil, topicid=nil, channel=nil) @LogsetId = logsetid @TopicId = topicid @Channel = channel end |
Instance Attribute Details
#Channel ⇒ Object
7451 7452 7453 |
# File 'lib/v20180606/models.rb', line 7451 def Channel @Channel end |
#LogsetId ⇒ Object
7451 7452 7453 |
# File 'lib/v20180606/models.rb', line 7451 def LogsetId @LogsetId end |
#TopicId ⇒ Object
7451 7452 7453 |
# File 'lib/v20180606/models.rb', line 7451 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
7459 7460 7461 7462 7463 |
# File 'lib/v20180606/models.rb', line 7459 def deserialize(params) @LogsetId = params['LogsetId'] @TopicId = params['TopicId'] @Channel = params['Channel'] end |