tencentcloud-sdk-lighthouse 1.0.267 → 1.0.270

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: c1a4ac75b35b0ae551f36e8b325af2c276a3d7db
4
- data.tar.gz: baae1aa483a17afde9e3f18d6022008fec2c66ec
3
+ metadata.gz: e93eaa2bff5ac0c951f2874ea981c54fdb24a492
4
+ data.tar.gz: 3398402a82384e0e0f6c844a8e66c4326660370b
5
5
  SHA512:
6
- metadata.gz: 820fd157a2fadca89d6f2e575b8be3733aa9dac7705071b53b37294f16abb9a86d4d473f8c24ab66e9ed0e20219f4a1e49d48364e839074a2c9fee08b75d2b3f
7
- data.tar.gz: 76d3257afacafc2234a47dcd7f962bc55b2e978f4cac12c639c5febc6f8efa6fec6a4388d5104fb4e6eb7de32402958833e30da12639e2a78d40f2951bd6abb6
6
+ metadata.gz: 59197d640ce46eda6dc777d30b087d9fe763b20060bacf7508a8ca9a98319ffd372b867021746a316937b3aa8bfa4cbe37154f9dc58b85efa3d3a74aabc91814
7
+ data.tar.gz: 19340db061cc9c5cc740c76e38d5ea54e28dd98ea9a7fffab11ace73aec30450d415cf9075c5ffdf8121d024f55726df67f95a30ad427fcceb23d61542d79af2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.267
1
+ 1.0.270
@@ -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.267
4
+ version: 1.0.270
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-01 00:00:00.000000000 Z
11
+ date: 2022-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common