Class: TencentCloud::Trocket::V20230308::DeleteConsumerGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::DeleteConsumerGroupResponse
- Defined in:
- lib/v20230308/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.
867 868 869 |
# File 'lib/v20230308/models.rb', line 867 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
865 866 867 |
# File 'lib/v20230308/models.rb', line 865 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
871 872 873 |
# File 'lib/v20230308/models.rb', line 871 def deserialize(params) @RequestId = params['RequestId'] end |