Class: TencentCloud::Ckafka::V20190819::DeleteGroupSubscribeTopicResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DeleteGroupSubscribeTopicResponse
- Defined in:
- lib/v20190819/models.rb
Overview
DeleteGroupSubscribeTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ DeleteGroupSubscribeTopicResponse
constructor
A new instance of DeleteGroupSubscribeTopicResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ DeleteGroupSubscribeTopicResponse
Returns a new instance of DeleteGroupSubscribeTopicResponse.
3534 3535 3536 3537 |
# File 'lib/v20190819/models.rb', line 3534 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3532 3533 3534 |
# File 'lib/v20190819/models.rb', line 3532 def RequestId @RequestId end |
#Result ⇒ Object
3532 3533 3534 |
# File 'lib/v20190819/models.rb', line 3532 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
3539 3540 3541 3542 3543 3544 3545 |
# File 'lib/v20190819/models.rb', line 3539 def deserialize(params) unless params['Result'].nil? @Result = JgwOperateResponse.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |