Class: TencentCloud::Essbasic::V20210526::GetDownloadFlowUrlResponse

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

Overview

GetDownloadFlowUrl返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(downloadurl = nil, requestid = nil) ⇒ GetDownloadFlowUrlResponse

Returns a new instance of GetDownloadFlowUrlResponse.



10624
10625
10626
10627
# File 'lib/v20210526/models.rb', line 10624

def initialize(downloadurl=nil, requestid=nil)
  @DownLoadUrl = downloadurl
  @RequestId = requestid
end

Instance Attribute Details

#DownLoadUrlObject

Parameters:

  • DownLoadUrl:

    跳转控制台合同下载页面链接 , 5分钟之内有效,且只能访问一次

  • RequestId:

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



10622
10623
10624
# File 'lib/v20210526/models.rb', line 10622

def DownLoadUrl
  @DownLoadUrl
end

#RequestIdObject

Parameters:

  • DownLoadUrl:

    跳转控制台合同下载页面链接 , 5分钟之内有效,且只能访问一次

  • RequestId:

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



10622
10623
10624
# File 'lib/v20210526/models.rb', line 10622

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



10629
10630
10631
10632
# File 'lib/v20210526/models.rb', line 10629

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