Class: TencentCloud::Vod::V20180717::CreateCLSTopicRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::CreateCLSTopicRequest
- Defined in:
- lib/v20180717/models.rb
Overview
CreateCLSTopic请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clsregion = nil, topicname = nil, logsetid = nil) ⇒ CreateCLSTopicRequest
constructor
A new instance of CreateCLSTopicRequest.
Constructor Details
#initialize(clsregion = nil, topicname = nil, logsetid = nil) ⇒ CreateCLSTopicRequest
Returns a new instance of CreateCLSTopicRequest.
6629 6630 6631 6632 6633 |
# File 'lib/v20180717/models.rb', line 6629 def initialize(clsregion=nil, topicname=nil, logsetid=nil) @CLSRegion = clsregion @TopicName = topicname @LogsetId = logsetid end |
Instance Attribute Details
#CLSRegion ⇒ Object
6627 6628 6629 |
# File 'lib/v20180717/models.rb', line 6627 def CLSRegion @CLSRegion end |
#LogsetId ⇒ Object
6627 6628 6629 |
# File 'lib/v20180717/models.rb', line 6627 def LogsetId @LogsetId end |
#TopicName ⇒ Object
6627 6628 6629 |
# File 'lib/v20180717/models.rb', line 6627 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
6635 6636 6637 6638 6639 |
# File 'lib/v20180717/models.rb', line 6635 def deserialize(params) @CLSRegion = params['CLSRegion'] @TopicName = params['TopicName'] @LogsetId = params['LogsetId'] end |