Class: TencentCloud::Cdn::V20180606::DisableClsLogTopicRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DisableClsLogTopicRequest
- Defined in:
- lib/v20180606/models.rb
Overview
DisableClsLogTopic请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logsetid = nil, topicid = nil, channel = nil) ⇒ DisableClsLogTopicRequest
constructor
A new instance of DisableClsLogTopicRequest.
Constructor Details
#initialize(logsetid = nil, topicid = nil, channel = nil) ⇒ DisableClsLogTopicRequest
Returns a new instance of DisableClsLogTopicRequest.
5132 5133 5134 5135 5136 |
# File 'lib/v20180606/models.rb', line 5132 def initialize(logsetid=nil, topicid=nil, channel=nil) @LogsetId = logsetid @TopicId = topicid @Channel = channel end |
Instance Attribute Details
#Channel ⇒ Object
5130 5131 5132 |
# File 'lib/v20180606/models.rb', line 5130 def Channel @Channel end |
#LogsetId ⇒ Object
5130 5131 5132 |
# File 'lib/v20180606/models.rb', line 5130 def LogsetId @LogsetId end |
#TopicId ⇒ Object
5130 5131 5132 |
# File 'lib/v20180606/models.rb', line 5130 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
5138 5139 5140 5141 5142 |
# File 'lib/v20180606/models.rb', line 5138 def deserialize(params) @LogsetId = params['LogsetId'] @TopicId = params['TopicId'] @Channel = params['Channel'] end |