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.
14387 14388 14389 |
# File 'lib/v20170320/models.rb', line 14387 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14385 14386 14387 |
# File 'lib/v20170320/models.rb', line 14385 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14391 14392 14393 |
# File 'lib/v20170320/models.rb', line 14391 def deserialize(params) @RequestId = params['RequestId'] end |