tencentcloud-sdk-advisor 3.0.589 → 3.0.591

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: d7329ebb3853d86d649393d151f91615183c9de0
4
- data.tar.gz: 273d11fd40d65e247e751de97171ccff7ee77146
3
+ metadata.gz: eb1f067437fa93a84706850dd7ff361552b84b8f
4
+ data.tar.gz: ca26426dbe840b441e34da0ac19812a64d117771
5
5
  SHA512:
6
- metadata.gz: db9c4f046215ed042488279a5ea873bddb6a39f0445a63146d5262e9612b044483562ea3113fa2e41588812059ad2e207983baff4432280c712915c55f8ead13
7
- data.tar.gz: eee19912de3bf1316d99196286bf26d2ba04473f7e12c8e81e6ac19180b488a921da7b942979f7871d43162f8eeb9db5c11258746cb5eac6e5c9d69e247953eb
6
+ metadata.gz: 25c82e38432631593def88607fc80232f8070eac31bfd016521f9d98642477cde0a33801c1af7239a62a7a1c5e61ee00d81ec92287297540f6621590653c59e9
7
+ data.tar.gz: 27abd992b38e27eec634b161abb70ec85001d902b4fd83045427db133d4009e4563b73d619883a00602b725a40c6be835ec53deae89e95d4f0c16e5239d2e2e1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -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.589
4
+ version: 3.0.591
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-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common