Class: TencentCloud::Cdn::V20180606::DeleteClsLogTopicRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DeleteClsLogTopicRequest
- Defined in:
- lib/v20180606/models.rb
Overview
DeleteClsLogTopic请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, logsetid = nil, channel = nil) ⇒ DeleteClsLogTopicRequest
constructor
A new instance of DeleteClsLogTopicRequest.
Constructor Details
#initialize(topicid = nil, logsetid = nil, channel = nil) ⇒ DeleteClsLogTopicRequest
Returns a new instance of DeleteClsLogTopicRequest.
3404 3405 3406 3407 3408 |
# File 'lib/v20180606/models.rb', line 3404 def initialize(topicid=nil, logsetid=nil, channel=nil) @TopicId = topicid @LogsetId = logsetid @Channel = channel end |
Instance Attribute Details
#Channel ⇒ Object
3402 3403 3404 |
# File 'lib/v20180606/models.rb', line 3402 def Channel @Channel end |
#LogsetId ⇒ Object
3402 3403 3404 |
# File 'lib/v20180606/models.rb', line 3402 def LogsetId @LogsetId end |
#TopicId ⇒ Object
3402 3403 3404 |
# File 'lib/v20180606/models.rb', line 3402 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
3410 3411 3412 3413 3414 |
# File 'lib/v20180606/models.rb', line 3410 def deserialize(params) @TopicId = params['TopicId'] @LogsetId = params['LogsetId'] @Channel = params['Channel'] end |