Class: TencentCloud::Cls::V20201016::DeleteTopicRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DeleteTopicRequest
- Defined in:
- lib/v20201016/models.rb
Overview
DeleteTopic请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil) ⇒ DeleteTopicRequest
constructor
A new instance of DeleteTopicRequest.
Constructor Details
#initialize(topicid = nil) ⇒ DeleteTopicRequest
Returns a new instance of DeleteTopicRequest.
6591 6592 6593 |
# File 'lib/v20201016/models.rb', line 6591 def initialize(topicid=nil) @TopicId = topicid end |
Instance Attribute Details
#TopicId ⇒ Object
6589 6590 6591 |
# File 'lib/v20201016/models.rb', line 6589 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
6595 6596 6597 |
# File 'lib/v20201016/models.rb', line 6595 def deserialize(params) @TopicId = params['TopicId'] end |