Class: TencentCloud::Cdb::V20170320::StartBatchRollbackResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::StartBatchRollbackResponse
- Defined in:
- lib/v20170320/models.rb
Overview
StartBatchRollback返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ StartBatchRollbackResponse
constructor
A new instance of StartBatchRollbackResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ StartBatchRollbackResponse
Returns a new instance of StartBatchRollbackResponse.
13675 13676 13677 13678 |
# File 'lib/v20170320/models.rb', line 13675 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
13673 13674 13675 |
# File 'lib/v20170320/models.rb', line 13673 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
13673 13674 13675 |
# File 'lib/v20170320/models.rb', line 13673 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13680 13681 13682 13683 |
# File 'lib/v20170320/models.rb', line 13680 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |