Class: TencentCloud::Essbasic::V20210526::ChannelCreateBatchSignUrlResponse

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

Overview

ChannelCreateBatchSignUrl返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(signurl = nil, expiredtime = nil, miniapppath = nil, requestid = nil) ⇒ ChannelCreateBatchSignUrlResponse

Returns a new instance of ChannelCreateBatchSignUrlResponse.



1416
1417
1418
1419
1420
1421
# File 'lib/v20210526/models.rb', line 1416

def initialize(signurl=nil, expiredtime=nil, miniapppath=nil, requestid=nil)
  @SignUrl = signurl
  @ExpiredTime = expiredtime
  @MiniAppPath = miniapppath
  @RequestId = requestid
end

Instance Attribute Details

#ExpiredTimeObject

注:

  1. 小程序和APP集成使用
  2. 生成的链路后面不能再增加参数(会出现覆盖链接中已有参数导致错误)

Parameters:

  • RequestId:

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



1414
1415
1416
# File 'lib/v20210526/models.rb', line 1414

def ExpiredTime
  @ExpiredTime
end

#MiniAppPathObject

注:

  1. 小程序和APP集成使用
  2. 生成的链路后面不能再增加参数(会出现覆盖链接中已有参数导致错误)

Parameters:

  • RequestId:

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



1414
1415
1416
# File 'lib/v20210526/models.rb', line 1414

def MiniAppPath
  @MiniAppPath
end

#RequestIdObject

注:

  1. 小程序和APP集成使用
  2. 生成的链路后面不能再增加参数(会出现覆盖链接中已有参数导致错误)

Parameters:

  • RequestId:

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



1414
1415
1416
# File 'lib/v20210526/models.rb', line 1414

def RequestId
  @RequestId
end

#SignUrlObject

注:

  1. 小程序和APP集成使用
  2. 生成的链路后面不能再增加参数(会出现覆盖链接中已有参数导致错误)

Parameters:

  • RequestId:

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



1414
1415
1416
# File 'lib/v20210526/models.rb', line 1414

def SignUrl
  @SignUrl
end

Instance Method Details

#deserialize(params) ⇒ Object



1423
1424
1425
1426
1427
1428
# File 'lib/v20210526/models.rb', line 1423

def deserialize(params)
  @SignUrl = params['SignUrl']
  @ExpiredTime = params['ExpiredTime']
  @MiniAppPath = params['MiniAppPath']
  @RequestId = params['RequestId']
end