Class: TencentCloud::Dcdb::V20180411::SwitchDBInstanceHAResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::SwitchDBInstanceHAResponse
- Defined in:
- lib/v20180411/models.rb
Overview
SwitchDBInstanceHA返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ SwitchDBInstanceHAResponse
constructor
A new instance of SwitchDBInstanceHAResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ SwitchDBInstanceHAResponse
Returns a new instance of SwitchDBInstanceHAResponse.
6595 6596 6597 6598 |
# File 'lib/v20180411/models.rb', line 6595 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
6593 6594 6595 |
# File 'lib/v20180411/models.rb', line 6593 def FlowId @FlowId end |
#RequestId ⇒ Object
6593 6594 6595 |
# File 'lib/v20180411/models.rb', line 6593 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6600 6601 6602 6603 |
# File 'lib/v20180411/models.rb', line 6600 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |