Class: TencentCloud::Tdmq::V20200217::DeleteClusterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DeleteClusterResponse
- Defined in:
- lib/v20200217/models.rb
Overview
DeleteCluster返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, requestid = nil) ⇒ DeleteClusterResponse
constructor
A new instance of DeleteClusterResponse.
Constructor Details
#initialize(clusterid = nil, requestid = nil) ⇒ DeleteClusterResponse
Returns a new instance of DeleteClusterResponse.
2555 2556 2557 2558 |
# File 'lib/v20200217/models.rb', line 2555 def initialize(clusterid=nil, requestid=nil) @ClusterId = clusterid @RequestId = requestid end |
Instance Attribute Details
#ClusterId ⇒ Object
2553 2554 2555 |
# File 'lib/v20200217/models.rb', line 2553 def ClusterId @ClusterId end |
#RequestId ⇒ Object
2553 2554 2555 |
# File 'lib/v20200217/models.rb', line 2553 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2560 2561 2562 2563 |
# File 'lib/v20200217/models.rb', line 2560 def deserialize(params) @ClusterId = params['ClusterId'] @RequestId = params['RequestId'] end |