Class: TencentCloud::Cdn::V20180606::ListClsTopicDomainsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ListClsTopicDomainsRequest
- Defined in:
- lib/v20180606/models.rb
Overview
ListClsTopicDomains请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logsetid = nil, topicid = nil, channel = nil) ⇒ ListClsTopicDomainsRequest
constructor
A new instance of ListClsTopicDomainsRequest.
Constructor Details
#initialize(logsetid = nil, topicid = nil, channel = nil) ⇒ ListClsTopicDomainsRequest
Returns a new instance of ListClsTopicDomainsRequest.
8545 8546 8547 8548 8549 |
# File 'lib/v20180606/models.rb', line 8545 def initialize(logsetid=nil, topicid=nil, channel=nil) @LogsetId = logsetid @TopicId = topicid @Channel = channel end |
Instance Attribute Details
#Channel ⇒ Object
8543 8544 8545 |
# File 'lib/v20180606/models.rb', line 8543 def Channel @Channel end |
#LogsetId ⇒ Object
8543 8544 8545 |
# File 'lib/v20180606/models.rb', line 8543 def LogsetId @LogsetId end |
#TopicId ⇒ Object
8543 8544 8545 |
# File 'lib/v20180606/models.rb', line 8543 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
8551 8552 8553 8554 8555 |
# File 'lib/v20180606/models.rb', line 8551 def deserialize(params) @LogsetId = params['LogsetId'] @TopicId = params['TopicId'] @Channel = params['Channel'] end |