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.
14424 14425 14426 |
# File 'lib/v20170320/models.rb', line 14424 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14422 14423 14424 |
# File 'lib/v20170320/models.rb', line 14422 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14428 14429 14430 |
# File 'lib/v20170320/models.rb', line 14428 def deserialize(params) @RequestId = params['RequestId'] end |