Class: TencentCloud::Ess::V20201111::CreateEmbedWebUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateEmbedWebUrlResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateEmbedWebUrl返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
链接仅能使用一次 建议:每次都用接口生成链接,保证链接的有效性
EmbedType=PREVIEW_CC_FLOW,该url为h5链接. -
#WebUrl ⇒ Object
链接仅能使用一次 建议:每次都用接口生成链接,保证链接的有效性
EmbedType=PREVIEW_CC_FLOW,该url为h5链接.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(weburl = nil, requestid = nil) ⇒ CreateEmbedWebUrlResponse
constructor
A new instance of CreateEmbedWebUrlResponse.
Constructor Details
#initialize(weburl = nil, requestid = nil) ⇒ CreateEmbedWebUrlResponse
Returns a new instance of CreateEmbedWebUrlResponse.
3523 3524 3525 3526 |
# File 'lib/v20201111/models.rb', line 3523 def initialize(weburl=nil, requestid=nil) @WebUrl = weburl @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
链接仅能使用一次
建议:每次都用接口生成链接,保证链接的有效性
EmbedType=PREVIEW_CC_FLOW,该url为h5链接
3521 3522 3523 |
# File 'lib/v20201111/models.rb', line 3521 def RequestId @RequestId end |
#WebUrl ⇒ Object
链接仅能使用一次
建议:每次都用接口生成链接,保证链接的有效性
EmbedType=PREVIEW_CC_FLOW,该url为h5链接
3521 3522 3523 |
# File 'lib/v20201111/models.rb', line 3521 def WebUrl @WebUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
3528 3529 3530 3531 |
# File 'lib/v20201111/models.rb', line 3528 def deserialize(params) @WebUrl = params['WebUrl'] @RequestId = params['RequestId'] end |