Class: TencentCloud::Dts::V20211206::DeleteConsumerGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20211206::DeleteConsumerGroupRequest
- Defined in:
- lib/v20211206/models.rb
Overview
DeleteConsumerGroup请求参数结构体
Instance Attribute Summary collapse
-
#AccountName ⇒ Object
请务必保证消费组名称正确。可通过DescribeConsumerGroups接口获取。 请务必保证账户名称正确。可通过DescribeConsumerGroups接口获取。.
-
#ConsumerGroupName ⇒ Object
请务必保证消费组名称正确。可通过DescribeConsumerGroups接口获取。 请务必保证账户名称正确。可通过DescribeConsumerGroups接口获取。.
-
#SubscribeId ⇒ Object
请务必保证消费组名称正确。可通过DescribeConsumerGroups接口获取。 请务必保证账户名称正确。可通过DescribeConsumerGroups接口获取。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(subscribeid = nil, consumergroupname = nil, accountname = nil) ⇒ DeleteConsumerGroupRequest
constructor
A new instance of DeleteConsumerGroupRequest.
Constructor Details
#initialize(subscribeid = nil, consumergroupname = nil, accountname = nil) ⇒ DeleteConsumerGroupRequest
Returns a new instance of DeleteConsumerGroupRequest.
2017 2018 2019 2020 2021 |
# File 'lib/v20211206/models.rb', line 2017 def initialize(subscribeid=nil, consumergroupname=nil, accountname=nil) @SubscribeId = subscribeid @ConsumerGroupName = consumergroupname @AccountName = accountname end |
Instance Attribute Details
#AccountName ⇒ Object
请务必保证消费组名称正确。可通过DescribeConsumerGroups接口获取。 请务必保证账户名称正确。可通过DescribeConsumerGroups接口获取。
2015 2016 2017 |
# File 'lib/v20211206/models.rb', line 2015 def AccountName @AccountName end |
#ConsumerGroupName ⇒ Object
请务必保证消费组名称正确。可通过DescribeConsumerGroups接口获取。 请务必保证账户名称正确。可通过DescribeConsumerGroups接口获取。
2015 2016 2017 |
# File 'lib/v20211206/models.rb', line 2015 def ConsumerGroupName @ConsumerGroupName end |
#SubscribeId ⇒ Object
请务必保证消费组名称正确。可通过DescribeConsumerGroups接口获取。 请务必保证账户名称正确。可通过DescribeConsumerGroups接口获取。
2015 2016 2017 |
# File 'lib/v20211206/models.rb', line 2015 def SubscribeId @SubscribeId end |
Instance Method Details
#deserialize(params) ⇒ Object
2023 2024 2025 2026 2027 |
# File 'lib/v20211206/models.rb', line 2023 def deserialize(params) @SubscribeId = params['SubscribeId'] @ConsumerGroupName = params['ConsumerGroupName'] @AccountName = params['AccountName'] end |