Class: TencentCloud::Tdmq::V20200217::DeleteProClusterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DeleteProClusterResponse
- Defined in:
- lib/v20200217/models.rb
Overview
DeleteProCluster返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dealname = nil, requestid = nil) ⇒ DeleteProClusterResponse
constructor
A new instance of DeleteProClusterResponse.
Constructor Details
#initialize(dealname = nil, requestid = nil) ⇒ DeleteProClusterResponse
Returns a new instance of DeleteProClusterResponse.
2771 2772 2773 2774 |
# File 'lib/v20200217/models.rb', line 2771 def initialize(dealname=nil, requestid=nil) @DealName = dealname @RequestId = requestid end |
Instance Attribute Details
#DealName ⇒ Object
2769 2770 2771 |
# File 'lib/v20200217/models.rb', line 2769 def DealName @DealName end |
#RequestId ⇒ Object
2769 2770 2771 |
# File 'lib/v20200217/models.rb', line 2769 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2776 2777 2778 2779 |
# File 'lib/v20200217/models.rb', line 2776 def deserialize(params) @DealName = params['DealName'] @RequestId = params['RequestId'] end |