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.



14005
14006
14007
# File 'lib/v20170320/models.rb', line 14005

def initialize(asyncrequestid=nil)
  @AsyncRequestId = asyncrequestid
end

Instance Attribute Details

#AsyncRequestIdObject

Parameters:

  • AsyncRequestId:

    异步任务的请求 ID。



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