tencentcloud-sdk-lighthouse 1.0.268 → 1.0.269

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: 26e0650301561db3c30034aa7949b20076659ec9
4
- data.tar.gz: d7a8ce1fa97cb05ba51a7bfac7d9e8531ecfaa7a
3
+ metadata.gz: 288e5d2b2c4dfe57c57700e8dd12f67e6b4679a0
4
+ data.tar.gz: f6b2388f417f5b425ce73ff7317483a9fee8c2da
5
5
  SHA512:
6
- metadata.gz: 74a424a7cb62244ece8d79ef34c37889f0c3bb51e43536160b0028d6379f284bee543c3bf8862ad0154438e7a8286c7f90b9df247c6bdc2186d4b09b440db06e
7
- data.tar.gz: b1a76c94eb81c07db1201f9bebef08b4123c3b306172d791421fe4d19d84898083caa6d8b2ebde0ecb0ddef82063b8d55cd831f3f428fbddaaa22da0438d807a
6
+ metadata.gz: 1d1852328bce8d90a6b944138232db1797b8f500e0264d5450f79cfd2bcd20863b56ffe828cccb7e705805ea5430df2254eac1ab1d9a551f136cd9345b7458d7
7
+ data.tar.gz: 8b112b736e52b232050fba0bb7df612db3acbe8cdf8287f3544ec0c957c9c3b6c1ad434a56205ea1935c609dc2e02f72251a04b7f162f390fc8fe0ce188cc373
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.268
1
+ 1.0.269
@@ -3782,13 +3782,17 @@ module TencentCloud
3782
3782
  # @type ModifyBundleState: String
3783
3783
  # @param Bundle: 套餐信息。
3784
3784
  # @type Bundle: :class:`Tencentcloud::Lighthouse.v20200324.models.Bundle`
3785
+ # @param NotSupportModifyMessage: 不支持套餐变更原因信息。变更套餐状态为"AVAILABLE"时, 该信息为空
3786
+ # 注意:此字段可能返回 null,表示取不到有效值。
3787
+ # @type NotSupportModifyMessage: String
3785
3788
 
3786
- attr_accessor :ModifyPrice, :ModifyBundleState, :Bundle
3789
+ attr_accessor :ModifyPrice, :ModifyBundleState, :Bundle, :NotSupportModifyMessage
3787
3790
 
3788
- def initialize(modifyprice=nil, modifybundlestate=nil, bundle=nil)
3791
+ def initialize(modifyprice=nil, modifybundlestate=nil, bundle=nil, notsupportmodifymessage=nil)
3789
3792
  @ModifyPrice = modifyprice
3790
3793
  @ModifyBundleState = modifybundlestate
3791
3794
  @Bundle = bundle
3795
+ @NotSupportModifyMessage = notsupportmodifymessage
3792
3796
  end
3793
3797
 
3794
3798
  def deserialize(params)
@@ -3801,6 +3805,7 @@ module TencentCloud
3801
3805
  @Bundle = Bundle.new
3802
3806
  @Bundle.deserialize(params['Bundle'])
3803
3807
  end
3808
+ @NotSupportModifyMessage = params['NotSupportModifyMessage']
3804
3809
  end
3805
3810
  end
3806
3811
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lighthouse
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.268
4
+ version: 1.0.269
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-03-02 00:00:00.000000000 Z
11
+ date: 2022-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common