tencentcloud-sdk-ess 3.0.1212 → 3.0.1214
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/models.rb +14 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8a5c0d39e6efcc38073c09c1c4877d62ed6855d
|
|
4
|
+
data.tar.gz: d7c27b96e4d9ae1b3493b970eedf0b3aa2c9f758
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa8f001e47c67009b7f44835147211025a82dadcd5dab31df7f9a3d4aad52ae3cd59755e6299eccca33676993b4962b60f5783d4ab0f7eac159876ec508dde5b
|
|
7
|
+
data.tar.gz: efa4251927a3909181bbc2731abe0ce6f21d583577eb10d733d7f71a627952f5874d77283e03a7acf3796c848316f7b7bb385b7b3c457bf22713754d875f59c6
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1214
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -16079,6 +16079,10 @@ module TencentCloud
|
|
|
16079
16079
|
# @type Content: String
|
|
16080
16080
|
# @param Positions: 审查出的PDF段落位置信息
|
|
16081
16081
|
# @type Positions: Array
|
|
16082
|
+
# @param IsMark: 是否已修订
|
|
16083
|
+
# @type IsMark: Boolean
|
|
16084
|
+
# @param IsIgnore: 是否已忽略
|
|
16085
|
+
# @type IsIgnore: Boolean
|
|
16082
16086
|
# @param RiskBasis: 审查依据
|
|
16083
16087
|
# @type RiskBasis: String
|
|
16084
16088
|
# @param RiskLevelId: 风险等级id。1 为最高风险等级,0 为最低风险等级,从[2,n]数字越大风险等级逐渐降低。
|
|
@@ -16093,10 +16097,12 @@ module TencentCloud
|
|
|
16093
16097
|
# @type CreatorId: String
|
|
16094
16098
|
# @param CreatedOn: 创建时间
|
|
16095
16099
|
# @type CreatedOn: Integer
|
|
16100
|
+
# @param RiskLevelAliasName: 风险等级别名
|
|
16101
|
+
# @type RiskLevelAliasName: String
|
|
16096
16102
|
|
|
16097
|
-
attr_accessor :RiskId, :RiskName, :RiskDescription, :RiskLevel, :RiskAdvice, :RiskPresentation, :Content, :Positions, :RiskBasis, :RiskLevelId, :RiskLabels, :RiskOrigin, :Creator, :CreatorId, :CreatedOn
|
|
16103
|
+
attr_accessor :RiskId, :RiskName, :RiskDescription, :RiskLevel, :RiskAdvice, :RiskPresentation, :Content, :Positions, :IsMark, :IsIgnore, :RiskBasis, :RiskLevelId, :RiskLabels, :RiskOrigin, :Creator, :CreatorId, :CreatedOn, :RiskLevelAliasName
|
|
16098
16104
|
|
|
16099
|
-
def initialize(riskid=nil, riskname=nil, riskdescription=nil, risklevel=nil, riskadvice=nil, riskpresentation=nil, content=nil, positions=nil, riskbasis=nil, risklevelid=nil, risklabels=nil, riskorigin=nil, creator=nil, creatorid=nil, createdon=nil)
|
|
16105
|
+
def initialize(riskid=nil, riskname=nil, riskdescription=nil, risklevel=nil, riskadvice=nil, riskpresentation=nil, content=nil, positions=nil, ismark=nil, isignore=nil, riskbasis=nil, risklevelid=nil, risklabels=nil, riskorigin=nil, creator=nil, creatorid=nil, createdon=nil, risklevelaliasname=nil)
|
|
16100
16106
|
@RiskId = riskid
|
|
16101
16107
|
@RiskName = riskname
|
|
16102
16108
|
@RiskDescription = riskdescription
|
|
@@ -16105,6 +16111,8 @@ module TencentCloud
|
|
|
16105
16111
|
@RiskPresentation = riskpresentation
|
|
16106
16112
|
@Content = content
|
|
16107
16113
|
@Positions = positions
|
|
16114
|
+
@IsMark = ismark
|
|
16115
|
+
@IsIgnore = isignore
|
|
16108
16116
|
@RiskBasis = riskbasis
|
|
16109
16117
|
@RiskLevelId = risklevelid
|
|
16110
16118
|
@RiskLabels = risklabels
|
|
@@ -16112,6 +16120,7 @@ module TencentCloud
|
|
|
16112
16120
|
@Creator = creator
|
|
16113
16121
|
@CreatorId = creatorid
|
|
16114
16122
|
@CreatedOn = createdon
|
|
16123
|
+
@RiskLevelAliasName = risklevelaliasname
|
|
16115
16124
|
end
|
|
16116
16125
|
|
|
16117
16126
|
def deserialize(params)
|
|
@@ -16130,6 +16139,8 @@ module TencentCloud
|
|
|
16130
16139
|
@Positions << positioninfo_tmp
|
|
16131
16140
|
end
|
|
16132
16141
|
end
|
|
16142
|
+
@IsMark = params['IsMark']
|
|
16143
|
+
@IsIgnore = params['IsIgnore']
|
|
16133
16144
|
@RiskBasis = params['RiskBasis']
|
|
16134
16145
|
@RiskLevelId = params['RiskLevelId']
|
|
16135
16146
|
@RiskLabels = params['RiskLabels']
|
|
@@ -16137,6 +16148,7 @@ module TencentCloud
|
|
|
16137
16148
|
@Creator = params['Creator']
|
|
16138
16149
|
@CreatorId = params['CreatorId']
|
|
16139
16150
|
@CreatedOn = params['CreatedOn']
|
|
16151
|
+
@RiskLevelAliasName = params['RiskLevelAliasName']
|
|
16140
16152
|
end
|
|
16141
16153
|
end
|
|
16142
16154
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ess
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1214
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|