Class: TencentCloud::Ess::V20201111::CreateContractReviewWebUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateContractReviewWebUrlResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateContractReviewWebUrl返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
注意:
链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示. -
#TaskId ⇒ Object
注意:
链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示. -
#WebUrl ⇒ Object
注意:
链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, weburl = nil, requestid = nil) ⇒ CreateContractReviewWebUrlResponse
constructor
A new instance of CreateContractReviewWebUrlResponse.
Constructor Details
#initialize(taskid = nil, weburl = nil, requestid = nil) ⇒ CreateContractReviewWebUrlResponse
Returns a new instance of CreateContractReviewWebUrlResponse.
3122 3123 3124 3125 3126 |
# File 'lib/v20201111/models.rb', line 3122 def initialize(taskid=nil, weburl=nil, requestid=nil) @TaskId = taskid @WebUrl = weburl @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示
3120 3121 3122 |
# File 'lib/v20201111/models.rb', line 3120 def RequestId @RequestId end |
#TaskId ⇒ Object
注意:链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示
3120 3121 3122 |
# File 'lib/v20201111/models.rb', line 3120 def TaskId @TaskId end |
#WebUrl ⇒ Object
注意:链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示
3120 3121 3122 |
# File 'lib/v20201111/models.rb', line 3120 def WebUrl @WebUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
3128 3129 3130 3131 3132 |
# File 'lib/v20201111/models.rb', line 3128 def deserialize(params) @TaskId = params['TaskId'] @WebUrl = params['WebUrl'] @RequestId = params['RequestId'] end |