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.
14005 14006 14007 |
# File 'lib/v20170320/models.rb', line 14005 def initialize(asyncrequestid=nil) @AsyncRequestId = asyncrequestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
14003 14004 14005 |
# File 'lib/v20170320/models.rb', line 14003 def AsyncRequestId @AsyncRequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14009 14010 14011 |
# File 'lib/v20170320/models.rb', line 14009 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] end |