tencentcloud-sdk-vm 3.0.385 → 3.0.388

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a6e6e973d26a6b8a7c399b36435eadb45eaead8
4
- data.tar.gz: 5831dd72f13ffe0e906a136afc4133916bf48c18
3
+ metadata.gz: a2ee388bdae44067173f5c1bd3deca04f8271622
4
+ data.tar.gz: 3fff7bacc91660e607ca815f5a569c5be2d028c6
5
5
  SHA512:
6
- metadata.gz: 202e5ee142638e1f6c633eca2c90630f1c414e2e2c50e6d0801cc0ffcef18ab7b27ea941cf079a5fc2b4920ff50b2dfeed6ff8a715c4cf7c11eb5213b4dcfc96
7
- data.tar.gz: 4e2f12046c27bf8871deabc2e9359f43434d6a6bf2a6f9d5a3a6117c968afb101d71cac4554447870d7ece66bedbc66de22fb78509cf7c1409c81fc54a4ecdeb
6
+ metadata.gz: 8881f46485ed07a3a5578349043b8153e15b7ebb2fd1f4c4dc35cfca989bc4ed8e8689efaa1c19e0eac95502dcc9fad7df1141896753598a275c0ecba8a6a0cd
7
+ data.tar.gz: 3c665cddfd795ef964d4eef695425c8e12368af34e8267dd3688dbbea8aa6f2e91f24f9850cd9ae13e1966c5931ce4cff9134d89346b88d4590f6d4a1b126b2a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.385
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.385
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-11 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