Class: TencentCloud::Ckafka::V20190819::DeleteGroupSubscribeTopicRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DeleteGroupSubscribeTopicRequest
- Defined in:
- lib/v20190819/models.rb
Overview
DeleteGroupSubscribeTopic请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, group = nil, topic = nil) ⇒ DeleteGroupSubscribeTopicRequest
constructor
A new instance of DeleteGroupSubscribeTopicRequest.
Constructor Details
#initialize(instanceid = nil, group = nil, topic = nil) ⇒ DeleteGroupSubscribeTopicRequest
Returns a new instance of DeleteGroupSubscribeTopicRequest.
3512 3513 3514 3515 3516 |
# File 'lib/v20190819/models.rb', line 3512 def initialize(instanceid=nil, group=nil, topic=nil) @InstanceId = instanceid @Group = group @Topic = topic end |
Instance Attribute Details
#Group ⇒ Object
3510 3511 3512 |
# File 'lib/v20190819/models.rb', line 3510 def Group @Group end |
#InstanceId ⇒ Object
3510 3511 3512 |
# File 'lib/v20190819/models.rb', line 3510 def InstanceId @InstanceId end |
#Topic ⇒ Object
3510 3511 3512 |
# File 'lib/v20190819/models.rb', line 3510 def Topic @Topic end |
Instance Method Details
#deserialize(params) ⇒ Object
3518 3519 3520 3521 3522 |
# File 'lib/v20190819/models.rb', line 3518 def deserialize(params) @InstanceId = params['InstanceId'] @Group = params['Group'] @Topic = params['Topic'] end |