Class: TencentCloud::Cdb::V20170320::SwitchDBInstanceMasterSlaveResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::SwitchDBInstanceMasterSlaveResponse
- Defined in:
- lib/v20170320/models.rb
Overview
SwitchDBInstanceMasterSlave返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ SwitchDBInstanceMasterSlaveResponse
constructor
A new instance of SwitchDBInstanceMasterSlaveResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ SwitchDBInstanceMasterSlaveResponse
Returns a new instance of SwitchDBInstanceMasterSlaveResponse.
14049 14050 14051 14052 |
# File 'lib/v20170320/models.rb', line 14049 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
14047 14048 14049 |
# File 'lib/v20170320/models.rb', line 14047 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
14047 14048 14049 |
# File 'lib/v20170320/models.rb', line 14047 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14054 14055 14056 14057 |
# File 'lib/v20170320/models.rb', line 14054 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |