Class: TencentCloud::Ess::V20201111::DescribeContractReviewWebUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::DescribeContractReviewWebUrlResponse
- Defined in:
- lib/v20201111/models.rb
Overview
DescribeContractReviewWebUrl返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
注意:
链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示状态如下:- 1 - 合同审查任务创建成功
- 2 - 合同审查任务排队中
- 3 - 合同审查任务执行中
- 4 - 合同审查任务执行成功
- 5 - 合同审查任务执行失败
-
#Status ⇒ Object
注意:
链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示状态如下:- 1 - 合同审查任务创建成功
- 2 - 合同审查任务排队中
- 3 - 合同审查任务执行中
- 4 - 合同审查任务执行成功
- 5 - 合同审查任务执行失败
-
#WebUrl ⇒ Object
注意:
链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示状态如下:- 1 - 合同审查任务创建成功
- 2 - 合同审查任务排队中
- 3 - 合同审查任务执行中
- 4 - 合同审查任务执行成功
- 5 - 合同审查任务执行失败
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(weburl = nil, status = nil, requestid = nil) ⇒ DescribeContractReviewWebUrlResponse
constructor
A new instance of DescribeContractReviewWebUrlResponse.
Constructor Details
#initialize(weburl = nil, status = nil, requestid = nil) ⇒ DescribeContractReviewWebUrlResponse
Returns a new instance of DescribeContractReviewWebUrlResponse.
9863 9864 9865 9866 9867 |
# File 'lib/v20201111/models.rb', line 9863 def initialize(weburl=nil, status=nil, requestid=nil) @WebUrl = weburl @Status = status @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示
状态如下:
- **1** - 合同审查任务创建成功
- **2** - 合同审查任务排队中
- **3** - 合同审查任务执行中
- **4** - 合同审查任务执行成功
- **5** - 合同审查任务执行失败
9861 9862 9863 |
# File 'lib/v20201111/models.rb', line 9861 def RequestId @RequestId end |
#Status ⇒ Object
注意:链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示
状态如下:
- **1** - 合同审查任务创建成功
- **2** - 合同审查任务排队中
- **3** - 合同审查任务执行中
- **4** - 合同审查任务执行成功
- **5** - 合同审查任务执行失败
9861 9862 9863 |
# File 'lib/v20201111/models.rb', line 9861 def Status @Status end |
#WebUrl ⇒ Object
注意:链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示
状态如下:
- **1** - 合同审查任务创建成功
- **2** - 合同审查任务排队中
- **3** - 合同审查任务执行中
- **4** - 合同审查任务执行成功
- **5** - 合同审查任务执行失败
9861 9862 9863 |
# File 'lib/v20201111/models.rb', line 9861 def WebUrl @WebUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
9869 9870 9871 9872 9873 |
# File 'lib/v20201111/models.rb', line 9869 def deserialize(params) @WebUrl = params['WebUrl'] @Status = params['Status'] @RequestId = params['RequestId'] end |