Class: TencentCloud::Vod::V20180717::DeleteCLSTopicRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::DeleteCLSTopicRequest
- Defined in:
- lib/v20180717/models.rb
Overview
DeleteCLSTopic请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clsregion = nil, topicid = nil) ⇒ DeleteCLSTopicRequest
constructor
A new instance of DeleteCLSTopicRequest.
Constructor Details
#initialize(clsregion = nil, topicid = nil) ⇒ DeleteCLSTopicRequest
Returns a new instance of DeleteCLSTopicRequest.
8771 8772 8773 8774 |
# File 'lib/v20180717/models.rb', line 8771 def initialize(clsregion=nil, topicid=nil) @CLSRegion = clsregion @TopicId = topicid end |
Instance Attribute Details
#CLSRegion ⇒ Object
8769 8770 8771 |
# File 'lib/v20180717/models.rb', line 8769 def CLSRegion @CLSRegion end |
#TopicId ⇒ Object
8769 8770 8771 |
# File 'lib/v20180717/models.rb', line 8769 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
8776 8777 8778 8779 |
# File 'lib/v20180717/models.rb', line 8776 def deserialize(params) @CLSRegion = params['CLSRegion'] @TopicId = params['TopicId'] end |