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.



14135
14136
14137
# File 'lib/v20170320/models.rb', line 14135

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

Instance Attribute Details

#AsyncRequestIdObject

Parameters:

  • AsyncRequestId:

    异步任务的请求 ID。



14133
14134
14135
# File 'lib/v20170320/models.rb', line 14133

def AsyncRequestId
  @AsyncRequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



14139
14140
14141
# File 'lib/v20170320/models.rb', line 14139

def deserialize(params)
  @AsyncRequestId = params['AsyncRequestId']
end