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.
2384 2385 2386 2387 2388 |
# File 'lib/v20180606/models.rb', line 2384 def initialize(topicid=nil, logsetid=nil, channel=nil) @TopicId = topicid @LogsetId = logsetid @Channel = channel end |
Instance Attribute Details
#Channel ⇒ Object
2382 2383 2384 |
# File 'lib/v20180606/models.rb', line 2382 def Channel @Channel end |
#LogsetId ⇒ Object
2382 2383 2384 |
# File 'lib/v20180606/models.rb', line 2382 def LogsetId @LogsetId end |
#TopicId ⇒ Object
2382 2383 2384 |
# File 'lib/v20180606/models.rb', line 2382 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
2390 2391 2392 2393 2394 |
# File 'lib/v20180606/models.rb', line 2390 def deserialize(params) @TopicId = params['TopicId'] @LogsetId = params['LogsetId'] @Channel = params['Channel'] end |