tencentcloud-sdk-advisor 3.0.590 → 3.0.592

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: 2b7e1b1e0ea4eaa57e1cafb6a5a99031ac1a38c5
4
- data.tar.gz: dc62d901448f4b2ed53a37b3b49897b7e5f6e516
3
+ metadata.gz: 57ee1387010cd8bd34f6dfcb479016a08a40b32c
4
+ data.tar.gz: 88b4583d165691e458aecf7335f28e4416643d2e
5
5
  SHA512:
6
- metadata.gz: d6e7e7af12702c3e7f69e56c2eb09bc97815bc80ae730e95f4fa4425a2be4d5c8fb8e56242766a5c9108967d15ee2be3b6515e8f48f31e312b8e5a3a98462408
7
- data.tar.gz: d7113769db8ae0c2565b3999ec257e6d653bb546cd60df9aee4a363ab777a563cf6856573cb9e8b835ba4b913f359dbd99934522fe21112bab38b4abff84fecf
6
+ metadata.gz: 11ac2ba07fe45a0527234016c5bd73b57b560059c3b85d50abfcde523788f5a817323e873a502bb62e73cf214e58e45fa6a7f462340a4de25e292cbf123ea4b8
7
+ data.tar.gz: b3e791bf2ad2f2a1fb64ac8fe0f6825ecc141f086e9abb441b10daedb0851957d1113b8e3066cf7033db5edfd6059bee565b2996e4c01e7f09d25ba46eb827e3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -48,7 +48,7 @@ module TencentCloud
48
48
  # @type Conditions: Array
49
49
 
50
50
  attr_accessor :StrategyId, :Name, :Desc, :Product, :ProductDesc, :Repair, :GroupId, :GroupName, :Conditions
51
-
51
+
52
52
  def initialize(strategyid=nil, name=nil, desc=nil, product=nil, productdesc=nil, repair=nil, groupid=nil, groupname=nil, conditions=nil)
53
53
  @StrategyId = strategyid
54
54
  @Name = name
@@ -96,7 +96,7 @@ module TencentCloud
96
96
  # @type Desc: String
97
97
 
98
98
  attr_accessor :ConditionId, :Level, :LevelDesc, :Desc
99
-
99
+
100
100
  def initialize(conditionid=nil, level=nil, leveldesc=nil, desc=nil)
101
101
  @ConditionId = conditionid
102
102
  @Level = level
@@ -115,7 +115,7 @@ module TencentCloud
115
115
  # DescribeStrategies请求参数结构体
116
116
  class DescribeStrategiesRequest < TencentCloud::Common::AbstractModel
117
117
 
118
-
118
+
119
119
  def initialize()
120
120
  end
121
121
 
@@ -132,7 +132,7 @@ module TencentCloud
132
132
  # @type RequestId: String
133
133
 
134
134
  attr_accessor :Strategies, :RequestId
135
-
135
+
136
136
  def initialize(strategies=nil, requestid=nil)
137
137
  @Strategies = strategies
138
138
  @RequestId = requestid
@@ -165,7 +165,7 @@ module TencentCloud
165
165
  # @type TaskType: String
166
166
 
167
167
  attr_accessor :StrategyId, :Limit, :Offset, :Env, :TaskType
168
-
168
+
169
169
  def initialize(strategyid=nil, limit=nil, offset=nil, env=nil, tasktype=nil)
170
170
  @StrategyId = strategyid
171
171
  @Limit = limit
@@ -205,7 +205,7 @@ module TencentCloud
205
205
  # @type RequestId: String
206
206
 
207
207
  attr_accessor :RiskFieldsDesc, :StrategyId, :RiskTotalCount, :Risks, :ResourceCount, :RequestId
208
-
208
+
209
209
  def initialize(riskfieldsdesc=nil, strategyid=nil, risktotalcount=nil, risks=nil, resourcecount=nil, requestid=nil)
210
210
  @RiskFieldsDesc = riskfieldsdesc
211
211
  @StrategyId = strategyid
@@ -240,7 +240,7 @@ module TencentCloud
240
240
  # @type Value: String
241
241
 
242
242
  attr_accessor :Key, :Value
243
-
243
+
244
244
  def initialize(key=nil, value=nil)
245
245
  @Key = key
246
246
  @Value = value
@@ -269,7 +269,7 @@ module TencentCloud
269
269
  # @type FieldDict: Array
270
270
 
271
271
  attr_accessor :Field, :FieldName, :FieldType, :FieldDict
272
-
272
+
273
273
  def initialize(field=nil, fieldname=nil, fieldtype=nil, fielddict=nil)
274
274
  @Field = field
275
275
  @FieldName = fieldname
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-advisor
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.592
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common