Class: TencentCloud::Cdb::V20170320::StopDBImportJobRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20170320/models.rb

Overview

StopDBImportJob请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AsyncRequestIdObject

Parameters:

  • AsyncRequestId:

    异步任务的请求 ID。



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