tencentcloud-sdk-billing 3.0.709 → 3.0.710
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180709/models.rb +6 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58894746ced353da36918f8f9a17aa98e9e7e3ab
|
4
|
+
data.tar.gz: df40ad344185b4ceceeb7f16ccaf0f0e1d2a9386
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83ca251a5cee20ccd58a85e6f100628b97bb4a7d2c547e9bae0fe855f0915b8744688332f3559d3c14c8d373ad8819495ceb8d7c269415e7d99989e937197acf
|
7
|
+
data.tar.gz: 33e4f54c86b1d75379abb294ec8291b5d913453b8e68fbe4fde5de343a9ffa3f35b6f41708323a5545ac859ee4fbc42efc9a87e5ed317c0faf0f3747d7c17e42
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.710
|
data/lib/v20180709/models.rb
CHANGED
@@ -1780,10 +1780,12 @@ module TencentCloud
|
|
1780
1780
|
# @type PromiseUseAmount: Integer
|
1781
1781
|
# @param SpecifyEffectTime: 节省计划的指定生效时间,若不传则为当前下单时间。传参数格式:"2023-10-01 00:00:00",仅支持指定日期的0点时刻
|
1782
1782
|
# @type SpecifyEffectTime: String
|
1783
|
+
# @param ClientToken: 可重入ID
|
1784
|
+
# @type ClientToken: String
|
1783
1785
|
|
1784
|
-
attr_accessor :RegionId, :ZoneId, :PrePayType, :TimeSpan, :TimeUnit, :CommodityCode, :PromiseUseAmount, :SpecifyEffectTime
|
1786
|
+
attr_accessor :RegionId, :ZoneId, :PrePayType, :TimeSpan, :TimeUnit, :CommodityCode, :PromiseUseAmount, :SpecifyEffectTime, :ClientToken
|
1785
1787
|
|
1786
|
-
def initialize(regionid=nil, zoneid=nil, prepaytype=nil, timespan=nil, timeunit=nil, commoditycode=nil, promiseuseamount=nil, specifyeffecttime=nil)
|
1788
|
+
def initialize(regionid=nil, zoneid=nil, prepaytype=nil, timespan=nil, timeunit=nil, commoditycode=nil, promiseuseamount=nil, specifyeffecttime=nil, clienttoken=nil)
|
1787
1789
|
@RegionId = regionid
|
1788
1790
|
@ZoneId = zoneid
|
1789
1791
|
@PrePayType = prepaytype
|
@@ -1792,6 +1794,7 @@ module TencentCloud
|
|
1792
1794
|
@CommodityCode = commoditycode
|
1793
1795
|
@PromiseUseAmount = promiseuseamount
|
1794
1796
|
@SpecifyEffectTime = specifyeffecttime
|
1797
|
+
@ClientToken = clienttoken
|
1795
1798
|
end
|
1796
1799
|
|
1797
1800
|
def deserialize(params)
|
@@ -1803,6 +1806,7 @@ module TencentCloud
|
|
1803
1806
|
@CommodityCode = params['CommodityCode']
|
1804
1807
|
@PromiseUseAmount = params['PromiseUseAmount']
|
1805
1808
|
@SpecifyEffectTime = params['SpecifyEffectTime']
|
1809
|
+
@ClientToken = params['ClientToken']
|
1806
1810
|
end
|
1807
1811
|
end
|
1808
1812
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-billing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.710
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-billing.rb
|
37
|
-
- lib/v20180709/models.rb
|
38
36
|
- lib/v20180709/client.rb
|
37
|
+
- lib/v20180709/models.rb
|
38
|
+
- lib/tencentcloud-sdk-billing.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|