Class: TencentCloud::Cdb::V20170320::StartReplicationResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::StartReplicationResponse
- Defined in:
- lib/v20170320/models.rb
Overview
StartReplication返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ StartReplicationResponse
constructor
A new instance of StartReplicationResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ StartReplicationResponse
Returns a new instance of StartReplicationResponse.
14081 14082 14083 14084 |
# File 'lib/v20170320/models.rb', line 14081 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
14079 14080 14081 |
# File 'lib/v20170320/models.rb', line 14079 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
14079 14080 14081 |
# File 'lib/v20170320/models.rb', line 14079 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14086 14087 14088 14089 |
# File 'lib/v20170320/models.rb', line 14086 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |