Class: TencentCloud::Cls::V20201016::DeleteConsumerGroupResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DeleteConsumerGroupResponse
- Defined in:
- lib/v20201016/models.rb
Overview
DeleteConsumerGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteConsumerGroupResponse
constructor
A new instance of DeleteConsumerGroupResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteConsumerGroupResponse
Returns a new instance of DeleteConsumerGroupResponse.
5870 5871 5872 |
# File 'lib/v20201016/models.rb', line 5870 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5868 5869 5870 |
# File 'lib/v20201016/models.rb', line 5868 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5874 5875 5876 |
# File 'lib/v20201016/models.rb', line 5874 def deserialize(params) @RequestId = params['RequestId'] end |