tencentcloud-sdk-lighthouse 1.0.268 → 1.0.271
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200324/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c3a6a4018cb93d4347fd7a427d971006585ac8b
|
|
4
|
+
data.tar.gz: 8144796ff3329a8a8dfea4995d2c5dc54960a08b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1c478d61fe5a36e082b0543d7da69e4e793087450f723f78e22814d0dfd685d02c445772c6d28681d22d49d9e38dc69ef80972b6f205689599b3624bc4bb8ee
|
|
7
|
+
data.tar.gz: 654270d2f583360e24facfe64152f8e81846447123e468ed154ca90a6697bdafe673b4f444bea7590056d3a114bf4488d4b9d30725e313ef39cda891e50e4830
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.271
|
data/lib/v20200324/models.rb
CHANGED
|
@@ -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.
|
|
4
|
+
version: 1.0.271
|
|
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-
|
|
11
|
+
date: 2022-03-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|