Class: TencentCloud::Tcr::V20190924::DescribeChartDownloadInfoResponse

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

Overview

DescribeChartDownloadInfo返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(presigneddownloadurl = nil, requestid = nil) ⇒ DescribeChartDownloadInfoResponse

Returns a new instance of DescribeChartDownloadInfoResponse.



2514
2515
2516
2517
# File 'lib/v20190924/models.rb', line 2514

def initialize(presigneddownloadurl=nil, requestid=nil)
  @PreSignedDownloadURL = presigneddownloadurl
  @RequestId = requestid
end

Instance Attribute Details

#PreSignedDownloadURL ⇒ Object

Parameters:

  • PreSignedDownloadURL: —

    用于下载的url的预签名地址

  • RequestId: —

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



2512
2513
2514
# File 'lib/v20190924/models.rb', line 2512

def PreSignedDownloadURL
  @PreSignedDownloadURL
end

#RequestId ⇒ Object

Parameters:

  • PreSignedDownloadURL: —

    用于下载的url的预签名地址

  • RequestId: —

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



2512
2513
2514
# File 'lib/v20190924/models.rb', line 2512

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



2519
2520
2521
2522
# File 'lib/v20190924/models.rb', line 2519

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