Class: TencentCloud::Tdmq::V20200217::DeleteRocketMQClusterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DeleteRocketMQClusterResponse
- Defined in:
- lib/v20200217/models.rb
Overview
DeleteRocketMQCluster返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteRocketMQClusterResponse
constructor
A new instance of DeleteRocketMQClusterResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteRocketMQClusterResponse
Returns a new instance of DeleteRocketMQClusterResponse.
2978 2979 2980 |
# File 'lib/v20200217/models.rb', line 2978 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2976 2977 2978 |
# File 'lib/v20200217/models.rb', line 2976 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2982 2983 2984 |
# File 'lib/v20200217/models.rb', line 2982 def deserialize(params) @RequestId = params['RequestId'] end |