Class: TencentCloud::Cwp::V20180228::ExportAssetWebLocationListResponse

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

Overview

ExportAssetWebLocationList返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetWebLocationListResponse

Returns a new instance of ExportAssetWebLocationListResponse.



26827
26828
26829
26830
# File 'lib/v20180228/models.rb', line 26827

def initialize(taskid=nil, requestid=nil)
  @TaskId = taskid
  @RequestId = requestid
end

Instance Attribute Details

#RequestIdObject

Parameters:

  • TaskId:

    异步下载任务ID,需要配合ExportTasks接口使用

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



26825
26826
26827
# File 'lib/v20180228/models.rb', line 26825

def RequestId
  @RequestId
end

#TaskIdObject

Parameters:

  • TaskId:

    异步下载任务ID,需要配合ExportTasks接口使用

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



26825
26826
26827
# File 'lib/v20180228/models.rb', line 26825

def TaskId
  @TaskId
end

Instance Method Details

#deserialize(params) ⇒ Object



26832
26833
26834
26835
# File 'lib/v20180228/models.rb', line 26832

def deserialize(params)
  @TaskId = params['TaskId']
  @RequestId = params['RequestId']
end