Class: TencentCloud::Dlc::V20210125::DescribeResultDownloadResponse

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

Overview

DescribeResultDownload返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path = nil, status = nil, reason = nil, secretid = nil, secretkey = nil, token = nil, requestid = nil) ⇒ DescribeResultDownloadResponse

Returns a new instance of DescribeResultDownloadResponse.



8089
8090
8091
8092
8093
8094
8095
8096
8097
# File 'lib/v20210125/models.rb', line 8089

def initialize(path=nil, status=nil, reason=nil, secretid=nil, secretkey=nil, token=nil, requestid=nil)
  @Path = path
  @Status = status
  @Reason = reason
  @SecretId = secretid
  @SecretKey = secretkey
  @Token = token
  @RequestId = requestid
end

Instance Attribute Details

#PathObject

Parameters:

  • Path:

    下载文件路径

  • Status:

    任务状态 init | queue | format | compress | success| timeout | error

  • Reason:

    任务异常原因

  • SecretId:

    临时SecretId

  • SecretKey:

    临时SecretKey

  • Token:

    临时Token

  • RequestId:

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



8087
8088
8089
# File 'lib/v20210125/models.rb', line 8087

def Path
  @Path
end

#ReasonObject

Parameters:

  • Path:

    下载文件路径

  • Status:

    任务状态 init | queue | format | compress | success| timeout | error

  • Reason:

    任务异常原因

  • SecretId:

    临时SecretId

  • SecretKey:

    临时SecretKey

  • Token:

    临时Token

  • RequestId:

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



8087
8088
8089
# File 'lib/v20210125/models.rb', line 8087

def Reason
  @Reason
end

#RequestIdObject

Parameters:

  • Path:

    下载文件路径

  • Status:

    任务状态 init | queue | format | compress | success| timeout | error

  • Reason:

    任务异常原因

  • SecretId:

    临时SecretId

  • SecretKey:

    临时SecretKey

  • Token:

    临时Token

  • RequestId:

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



8087
8088
8089
# File 'lib/v20210125/models.rb', line 8087

def RequestId
  @RequestId
end

#SecretIdObject

Parameters:

  • Path:

    下载文件路径

  • Status:

    任务状态 init | queue | format | compress | success| timeout | error

  • Reason:

    任务异常原因

  • SecretId:

    临时SecretId

  • SecretKey:

    临时SecretKey

  • Token:

    临时Token

  • RequestId:

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



8087
8088
8089
# File 'lib/v20210125/models.rb', line 8087

def SecretId
  @SecretId
end

#SecretKeyObject

Parameters:

  • Path:

    下载文件路径

  • Status:

    任务状态 init | queue | format | compress | success| timeout | error

  • Reason:

    任务异常原因

  • SecretId:

    临时SecretId

  • SecretKey:

    临时SecretKey

  • Token:

    临时Token

  • RequestId:

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



8087
8088
8089
# File 'lib/v20210125/models.rb', line 8087

def SecretKey
  @SecretKey
end

#StatusObject

Parameters:

  • Path:

    下载文件路径

  • Status:

    任务状态 init | queue | format | compress | success| timeout | error

  • Reason:

    任务异常原因

  • SecretId:

    临时SecretId

  • SecretKey:

    临时SecretKey

  • Token:

    临时Token

  • RequestId:

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



8087
8088
8089
# File 'lib/v20210125/models.rb', line 8087

def Status
  @Status
end

#TokenObject

Parameters:

  • Path:

    下载文件路径

  • Status:

    任务状态 init | queue | format | compress | success| timeout | error

  • Reason:

    任务异常原因

  • SecretId:

    临时SecretId

  • SecretKey:

    临时SecretKey

  • Token:

    临时Token

  • RequestId:

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



8087
8088
8089
# File 'lib/v20210125/models.rb', line 8087

def Token
  @Token
end

Instance Method Details

#deserialize(params) ⇒ Object



8099
8100
8101
8102
8103
8104
8105
8106
8107
# File 'lib/v20210125/models.rb', line 8099

def deserialize(params)
  @Path = params['Path']
  @Status = params['Status']
  @Reason = params['Reason']
  @SecretId = params['SecretId']
  @SecretKey = params['SecretKey']
  @Token = params['Token']
  @RequestId = params['RequestId']
end