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.
7438 7439 7440 7441 7442 |
# File 'lib/v20170320/models.rb', line 7438 def initialize(instanceid=nil, upgradetype=nil, requestid=nil) @InstanceId = instanceid @UpgradeType = upgradetype @RequestId = requestid end |
Instance Attribute Details
#InstanceId ⇒ Object
7436 7437 7438 |
# File 'lib/v20170320/models.rb', line 7436 def InstanceId @InstanceId end |
#RequestId ⇒ Object
7436 7437 7438 |
# File 'lib/v20170320/models.rb', line 7436 def RequestId @RequestId end |
#UpgradeType ⇒ Object
7436 7437 7438 |
# File 'lib/v20170320/models.rb', line 7436 def UpgradeType @UpgradeType end |
Instance Method Details
#deserialize(params) ⇒ Object
7444 7445 7446 7447 7448 |
# File 'lib/v20170320/models.rb', line 7444 def deserialize(params) @InstanceId = params['InstanceId'] @UpgradeType = params['UpgradeType'] @RequestId = params['RequestId'] end |