Class: TencentCloud::Ess::V20201111::CreateBatchSignUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateBatchSignUrlResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateBatchSignUrl返回参数结构体
Instance Attribute Summary collapse
-
#ExpiredTime ⇒ Object
注: 1.
-
#MiniAppPath ⇒ Object
注: 1.
-
#RequestId ⇒ Object
注: 1.
-
#SignUrl ⇒ Object
注: 1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(signurl = nil, expiredtime = nil, miniapppath = nil, requestid = nil) ⇒ CreateBatchSignUrlResponse
constructor
A new instance of CreateBatchSignUrlResponse.
Constructor Details
#initialize(signurl = nil, expiredtime = nil, miniapppath = nil, requestid = nil) ⇒ CreateBatchSignUrlResponse
Returns a new instance of CreateBatchSignUrlResponse.
2856 2857 2858 2859 2860 2861 |
# File 'lib/v20201111/models.rb', line 2856 def initialize(signurl=nil, expiredtime=nil, miniapppath=nil, requestid=nil) @SignUrl = signurl @ExpiredTime = expiredtime @MiniAppPath = miniapppath @RequestId = requestid end |
Instance Attribute Details
#ExpiredTime ⇒ Object
注:
- 小程序和APP集成使用
- 生成的链路后面不能再增加参数(会出现覆盖链接中已有参数导致错误)
2854 2855 2856 |
# File 'lib/v20201111/models.rb', line 2854 def ExpiredTime @ExpiredTime end |
#MiniAppPath ⇒ Object
注:
- 小程序和APP集成使用
- 生成的链路后面不能再增加参数(会出现覆盖链接中已有参数导致错误)
2854 2855 2856 |
# File 'lib/v20201111/models.rb', line 2854 def MiniAppPath @MiniAppPath end |
#RequestId ⇒ Object
注:
- 小程序和APP集成使用
- 生成的链路后面不能再增加参数(会出现覆盖链接中已有参数导致错误)
2854 2855 2856 |
# File 'lib/v20201111/models.rb', line 2854 def RequestId @RequestId end |
#SignUrl ⇒ Object
注:
- 小程序和APP集成使用
- 生成的链路后面不能再增加参数(会出现覆盖链接中已有参数导致错误)
2854 2855 2856 |
# File 'lib/v20201111/models.rb', line 2854 def SignUrl @SignUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
2863 2864 2865 2866 2867 2868 |
# File 'lib/v20201111/models.rb', line 2863 def deserialize(params) @SignUrl = params['SignUrl'] @ExpiredTime = params['ExpiredTime'] @MiniAppPath = params['MiniAppPath'] @RequestId = params['RequestId'] end |