tencentcloud-sdk-lke 3.0.949 → 3.0.950

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20231130/models.rb +13 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c978e5e6da46583527c251705ba4fe01440ea5ba
4
- data.tar.gz: 71872d331474dea4fad7a468e893df12c757f9ca
3
+ metadata.gz: 7475eb1c971f4f481967e68ee90865ffae84089c
4
+ data.tar.gz: 8be629cd4b54f800280fc0974efd29aa7c0e8d1e
5
5
  SHA512:
6
- metadata.gz: 41d9fd1403442c2586d7c768b37bc85c2e2161f3b3b73f77decc2a39236648dbfe05d08f3b56832e893e92ab979c0ebfcaab1a6f6558a02f056f61fa34fc53ae
7
- data.tar.gz: a908e4e148394640cd1bea09cc06f711ebc756fd4f976dcfd05e31d7261b4314e5b72774f6429199d133137fa109450d9c297784b3202d899a1ea71e8e18a8d8
6
+ metadata.gz: e2511d693e56e09c5eb221aceca83dd780d8c776cc8ee9ffa589c203c4333b7707ba10bdbb6f73f2c2be4b1ee9d011275cfbf0c4be67f88e068007a628440a51
7
+ data.tar.gz: b05cbe19b9e73f44604a3ec319a5f27ca837b3564db571a962ee7b0195a0410999499c13f8dfcb02311bfb499717484727361255529d1f2cbaf54719167df0c8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.949
1
+ 3.0.950
@@ -243,7 +243,7 @@ module TencentCloud
243
243
  end
244
244
  end
245
245
 
246
- # 属性标签详情
246
+ # 标签详情
247
247
  class AttrLabelDetail < TencentCloud::Common::AbstractModel
248
248
  # @param AttrBizId: 属性ID
249
249
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -260,15 +260,23 @@ module TencentCloud
260
260
  # @param IsUpdating: 属性标签是否在更新中
261
261
  # 注意:此字段可能返回 null,表示取不到有效值。
262
262
  # @type IsUpdating: Boolean
263
+ # @param Status: 状态
264
+ # 注意:此字段可能返回 null,表示取不到有效值。
265
+ # @type Status: Integer
266
+ # @param StatusDesc: 状态描述
267
+ # 注意:此字段可能返回 null,表示取不到有效值。
268
+ # @type StatusDesc: String
263
269
 
264
- attr_accessor :AttrBizId, :AttrKey, :AttrName, :LabelNames, :IsUpdating
270
+ attr_accessor :AttrBizId, :AttrKey, :AttrName, :LabelNames, :IsUpdating, :Status, :StatusDesc
265
271
 
266
- def initialize(attrbizid=nil, attrkey=nil, attrname=nil, labelnames=nil, isupdating=nil)
272
+ def initialize(attrbizid=nil, attrkey=nil, attrname=nil, labelnames=nil, isupdating=nil, status=nil, statusdesc=nil)
267
273
  @AttrBizId = attrbizid
268
274
  @AttrKey = attrkey
269
275
  @AttrName = attrname
270
276
  @LabelNames = labelnames
271
277
  @IsUpdating = isupdating
278
+ @Status = status
279
+ @StatusDesc = statusdesc
272
280
  end
273
281
 
274
282
  def deserialize(params)
@@ -277,6 +285,8 @@ module TencentCloud
277
285
  @AttrName = params['AttrName']
278
286
  @LabelNames = params['LabelNames']
279
287
  @IsUpdating = params['IsUpdating']
288
+ @Status = params['Status']
289
+ @StatusDesc = params['StatusDesc']
280
290
  end
281
291
  end
282
292
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lke
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.949
4
+ version: 3.0.950
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-26 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common