Class: TencentCloud::Cdb::V20170320::DescribeInstanceUpgradeTypeResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DescribeInstanceUpgradeTypeResponse
- Defined in:
- lib/v20170320/models.rb
Overview
DescribeInstanceUpgradeType返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, upgradetype = nil, requestid = nil) ⇒ DescribeInstanceUpgradeTypeResponse
constructor
A new instance of DescribeInstanceUpgradeTypeResponse.
Constructor Details
#initialize(instanceid = nil, upgradetype = nil, requestid = nil) ⇒ DescribeInstanceUpgradeTypeResponse
Returns a new instance of DescribeInstanceUpgradeTypeResponse.
7552 7553 7554 7555 7556 |
# File 'lib/v20170320/models.rb', line 7552 def initialize(instanceid=nil, upgradetype=nil, requestid=nil) @InstanceId = instanceid @UpgradeType = upgradetype @RequestId = requestid end |
Instance Attribute Details
#InstanceId ⇒ Object
7550 7551 7552 |
# File 'lib/v20170320/models.rb', line 7550 def InstanceId @InstanceId end |
#RequestId ⇒ Object
7550 7551 7552 |
# File 'lib/v20170320/models.rb', line 7550 def RequestId @RequestId end |
#UpgradeType ⇒ Object
7550 7551 7552 |
# File 'lib/v20170320/models.rb', line 7550 def UpgradeType @UpgradeType end |
Instance Method Details
#deserialize(params) ⇒ Object
7558 7559 7560 7561 7562 |
# File 'lib/v20170320/models.rb', line 7558 def deserialize(params) @InstanceId = params['InstanceId'] @UpgradeType = params['UpgradeType'] @RequestId = params['RequestId'] end |