tencentcloud-sdk-vm 3.0.387 → 3.0.388

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46efe6a4c1150e1c2d463a3d39e525b2b48811fb
4
- data.tar.gz: 229a25a77af0393c39488078c6b96417106181c7
3
+ metadata.gz: a2ee388bdae44067173f5c1bd3deca04f8271622
4
+ data.tar.gz: 3fff7bacc91660e607ca815f5a569c5be2d028c6
5
5
  SHA512:
6
- metadata.gz: 95ae3ca158f4879af9a427758d9d0b51d1c2c3f2a8ab5afb071336c51acfc06538e98eae865c150640ad36c46e3a21b4dfb7c63f2eb717e301eeb816f0e4dc4a
7
- data.tar.gz: c04d3c0f428e72a0aa0b08c3749f40e2271539f7150b5979d93609bd3ae28b56fc52926267e38c47a04b7c8ea3f2b7cecc2abd46a117b090a5e65d49dd069804
6
+ metadata.gz: 8881f46485ed07a3a5578349043b8153e15b7ebb2fd1f4c4dc35cfca989bc4ed8e8689efaa1c19e0eac95502dcc9fad7df1141896753598a275c0ecba8a6a0cd
7
+ data.tar.gz: 3c665cddfd795ef964d4eef695425c8e12368af34e8267dd3688dbbea8aa6f2e91f24f9850cd9ae13e1966c5931ce4cff9134d89346b88d4590f6d4a1b126b2a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.387
1
+ 3.0.388
@@ -176,16 +176,19 @@ module TencentCloud
176
176
  # @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。
177
177
  # 注意:此字段可能返回 null,表示取不到有效值。
178
178
  # @type SubLabel: String
179
+ # @param Suggestion: 该字段用于返回基于恶意标签的后续操作建议。当您获取到判定结果后,返回值表示系统推荐的后续操作;建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass**:建议通过
180
+ # @type Suggestion: String
179
181
 
180
- attr_accessor :Label, :Score, :StartTime, :EndTime, :SubLabelCode, :SubLabel
182
+ attr_accessor :Label, :Score, :StartTime, :EndTime, :SubLabelCode, :SubLabel, :Suggestion
181
183
 
182
- def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil, sublabel=nil)
184
+ def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil, sublabel=nil, suggestion=nil)
183
185
  @Label = label
184
186
  @Score = score
185
187
  @StartTime = starttime
186
188
  @EndTime = endtime
187
189
  @SubLabelCode = sublabelcode
188
190
  @SubLabel = sublabel
191
+ @Suggestion = suggestion
189
192
  end
190
193
 
191
194
  def deserialize(params)
@@ -195,6 +198,7 @@ module TencentCloud
195
198
  @EndTime = params['EndTime']
196
199
  @SubLabelCode = params['SubLabelCode']
197
200
  @SubLabel = params['SubLabel']
201
+ @Suggestion = params['Suggestion']
198
202
  end
199
203
  end
200
204
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.387
4
+ version: 3.0.388
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-15 00:00:00.000000000 Z
11
+ date: 2022-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common