Class: TencentCloud::Cdb::V20170320::SwitchForUpgradeResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::SwitchForUpgradeResponse
- Defined in:
- lib/v20170320/models.rb
Overview
SwitchForUpgrade返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ SwitchForUpgradeResponse
constructor
A new instance of SwitchForUpgradeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ SwitchForUpgradeResponse
Returns a new instance of SwitchForUpgradeResponse.
14246 14247 14248 |
# File 'lib/v20170320/models.rb', line 14246 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14244 14245 14246 |
# File 'lib/v20170320/models.rb', line 14244 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14250 14251 14252 |
# File 'lib/v20170320/models.rb', line 14250 def deserialize(params) @RequestId = params['RequestId'] end |