lib/v20210408/models.rb in tencentcloud-sdk-cii-1.0.254 vs lib/v20210408/models.rb in tencentcloud-sdk-cii-1.0.255

- old
+ new

@@ -432,11 +432,14 @@ # @type PolicyId: String # @param MainTaskId: 主任务ID # @type MainTaskId: String # @param UnderwriteTaskId: 核保任务ID # @type UnderwriteTaskId: String - # @param Status: 状态码 + # @param Status: 结果状态: + # 0:返回成功 + # 1:结果未生成 + # 2:结果生成失败 # @type Status: Integer # @param UnderwriteResults: 机器核保结果 # @type UnderwriteResults: Array # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 # @type RequestId: String @@ -473,11 +476,13 @@ end end # DescribeReportClassify请求参数结构体 class DescribeReportClassifyRequest < TencentCloud::Common::AbstractModel - # @param ServiceType: 服务类型(Structured/Underwrite) + # @param ServiceType: 服务类型 + # Structured 仅结构化 + # Underwrite 结构化+核保 # @type ServiceType: String # @param FileList: 文件地址数组 # @type FileList: Array attr_accessor :ServiceType, :FileList @@ -810,10 +815,13 @@ # @type PolicyId: String # @param MainTaskId: 主任务ID # @type MainTaskId: String # @param UnderwriteTaskId: 核保任务ID # @type UnderwriteTaskId: String - # @param Status: 状态码 + # @param Status: 结果状态: + # 0:返回成功 + # 1:结果未生成 + # 2:结果生成失败 # @type Status: Integer # @param UnderwriteResults: 核保结果 # @type UnderwriteResults: Array # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 # @type RequestId: String