Class: TencentCloud::Ckafka::V20190819::DeleteTopicRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DeleteTopicRequest
- Defined in:
- lib/v20190819/models.rb
Overview
DeleteTopic请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, topicname = nil) ⇒ DeleteTopicRequest
constructor
A new instance of DeleteTopicRequest.
Constructor Details
#initialize(instanceid = nil, topicname = nil) ⇒ DeleteTopicRequest
Returns a new instance of DeleteTopicRequest.
3769 3770 3771 3772 |
# File 'lib/v20190819/models.rb', line 3769 def initialize(instanceid=nil, topicname=nil) @InstanceId = instanceid @TopicName = topicname end |
Instance Attribute Details
#InstanceId ⇒ Object
3767 3768 3769 |
# File 'lib/v20190819/models.rb', line 3767 def InstanceId @InstanceId end |
#TopicName ⇒ Object
3767 3768 3769 |
# File 'lib/v20190819/models.rb', line 3767 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
3774 3775 3776 3777 |
# File 'lib/v20190819/models.rb', line 3774 def deserialize(params) @InstanceId = params['InstanceId'] @TopicName = params['TopicName'] end |