Class: TencentCloud::Cdb::V20170320::SwitchDrInstanceToMasterResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::SwitchDrInstanceToMasterResponse
- Defined in:
- lib/v20170320/models.rb
Overview
SwitchDrInstanceToMaster返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ SwitchDrInstanceToMasterResponse
constructor
A new instance of SwitchDrInstanceToMasterResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ SwitchDrInstanceToMasterResponse
Returns a new instance of SwitchDrInstanceToMasterResponse.
14256 14257 14258 14259 |
# File 'lib/v20170320/models.rb', line 14256 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
14254 14255 14256 |
# File 'lib/v20170320/models.rb', line 14254 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
14254 14255 14256 |
# File 'lib/v20170320/models.rb', line 14254 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14261 14262 14263 14264 |
# File 'lib/v20170320/models.rb', line 14261 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |