Class: TencentCloud::Cdb::V20170320::StopRollbackResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::StopRollbackResponse
- Defined in:
- lib/v20170320/models.rb
Overview
StopRollback返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ StopRollbackResponse
constructor
A new instance of StopRollbackResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ StopRollbackResponse
Returns a new instance of StopRollbackResponse.
13920 13921 13922 13923 |
# File 'lib/v20170320/models.rb', line 13920 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
13918 13919 13920 |
# File 'lib/v20170320/models.rb', line 13918 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
13918 13919 13920 |
# File 'lib/v20170320/models.rb', line 13918 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13925 13926 13927 13928 |
# File 'lib/v20170320/models.rb', line 13925 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |