Class: TencentCloud::Cdb::V20170320::StopDBImportJobRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::StopDBImportJobRequest
- Defined in:
- lib/v20170320/models.rb
Overview
StopDBImportJob请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil) ⇒ StopDBImportJobRequest
constructor
A new instance of StopDBImportJobRequest.
Constructor Details
#initialize(asyncrequestid = nil) ⇒ StopDBImportJobRequest
Returns a new instance of StopDBImportJobRequest.
13834 13835 13836 |
# File 'lib/v20170320/models.rb', line 13834 def initialize(asyncrequestid=nil) @AsyncRequestId = asyncrequestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
13832 13833 13834 |
# File 'lib/v20170320/models.rb', line 13832 def AsyncRequestId @AsyncRequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13838 13839 13840 |
# File 'lib/v20170320/models.rb', line 13838 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] end |