Class: TencentCloud::Teo::V20220901::UpgradePlanResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::UpgradePlanResponse
- Defined in:
- lib/v20220901/models.rb
Overview
UpgradePlan返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dealname = nil, requestid = nil) ⇒ UpgradePlanResponse
constructor
A new instance of UpgradePlanResponse.
Constructor Details
#initialize(dealname = nil, requestid = nil) ⇒ UpgradePlanResponse
Returns a new instance of UpgradePlanResponse.
22580 22581 22582 22583 |
# File 'lib/v20220901/models.rb', line 22580 def initialize(dealname=nil, requestid=nil) @DealName = dealname @RequestId = requestid end |
Instance Attribute Details
#DealName ⇒ Object
22578 22579 22580 |
# File 'lib/v20220901/models.rb', line 22578 def DealName @DealName end |
#RequestId ⇒ Object
22578 22579 22580 |
# File 'lib/v20220901/models.rb', line 22578 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
22585 22586 22587 22588 |
# File 'lib/v20220901/models.rb', line 22585 def deserialize(params) @DealName = params['DealName'] @RequestId = params['RequestId'] end |