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.
13976 13977 13978 13979 |
# File 'lib/v20170320/models.rb', line 13976 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
13974 13975 13976 |
# File 'lib/v20170320/models.rb', line 13974 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
13974 13975 13976 |
# File 'lib/v20170320/models.rb', line 13974 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13981 13982 13983 13984 |
# File 'lib/v20170320/models.rb', line 13981 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |