tencentcloud-sdk-billing 1.0.207 → 1.0.208
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 +15 -5
- 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: 3fc54429ca37998d7c172cc4936f33a0137e567f
|
4
|
+
data.tar.gz: 6abfaf064061f5432b6f496ab54763541fbc287b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9792cb5dc1f8964a6e747e6ea7e52a58a63900b62b7328e80a5b91e9a084488fb1afbfb01feba62e82cd22e7bc1a794726f5b81fbe51f3afe7505f868d792035
|
7
|
+
data.tar.gz: e565950a460c6ab46b10aa0b67ca27fd614ff8bdb1e5197116daf068f3b03144d440a7e36794d4e76281d64b772b702d1e01ffd2703cfdfbdf780b4eb2d15bd5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.208
|
data/lib/v20180709/models.rb
CHANGED
@@ -1423,7 +1423,7 @@ module TencentCloud
|
|
1423
1423
|
# @param NeedRecordNum: 是否需要访问列表的总记录数,用于前端分页
|
1424
1424
|
# 1-表示需要, 0-表示不需要
|
1425
1425
|
# @type NeedRecordNum: Integer
|
1426
|
-
# @param ProductCode:
|
1426
|
+
# @param ProductCode: 已废弃参数,未开放
|
1427
1427
|
# @type ProductCode: String
|
1428
1428
|
# @param PayMode: 付费模式 prePay/postPay
|
1429
1429
|
# @type PayMode: String
|
@@ -1433,10 +1433,13 @@ module TencentCloud
|
|
1433
1433
|
# @type ActionType: String
|
1434
1434
|
# @param ProjectId: 项目ID:资源所属项目ID
|
1435
1435
|
# @type ProjectId: Integer
|
1436
|
+
# @param BusinessCode: 商品名称代码
|
1437
|
+
# 备注:如需获取当月使用过的BusinessCode,请调用API:<a href="https://cloud.tencent.com/document/product/555/35761">获取产品汇总费用分布</a>
|
1438
|
+
# @type BusinessCode: String
|
1436
1439
|
|
1437
|
-
attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :ProductCode, :PayMode, :ResourceId, :ActionType, :ProjectId
|
1440
|
+
attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :ProductCode, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode
|
1438
1441
|
|
1439
|
-
def initialize(offset=nil, limit=nil, periodtype=nil, month=nil, begintime=nil, endtime=nil, needrecordnum=nil, productcode=nil, paymode=nil, resourceid=nil, actiontype=nil, projectid=nil)
|
1442
|
+
def initialize(offset=nil, limit=nil, periodtype=nil, month=nil, begintime=nil, endtime=nil, needrecordnum=nil, productcode=nil, paymode=nil, resourceid=nil, actiontype=nil, projectid=nil, businesscode=nil)
|
1440
1443
|
@Offset = offset
|
1441
1444
|
@Limit = limit
|
1442
1445
|
@PeriodType = periodtype
|
@@ -1449,6 +1452,7 @@ module TencentCloud
|
|
1449
1452
|
@ResourceId = resourceid
|
1450
1453
|
@ActionType = actiontype
|
1451
1454
|
@ProjectId = projectid
|
1455
|
+
@BusinessCode = businesscode
|
1452
1456
|
end
|
1453
1457
|
|
1454
1458
|
def deserialize(params)
|
@@ -1464,6 +1468,7 @@ module TencentCloud
|
|
1464
1468
|
@ResourceId = params['ResourceId']
|
1465
1469
|
@ActionType = params['ActionType']
|
1466
1470
|
@ProjectId = params['ProjectId']
|
1471
|
+
@BusinessCode = params['BusinessCode']
|
1467
1472
|
end
|
1468
1473
|
end
|
1469
1474
|
|
@@ -1681,10 +1686,13 @@ module TencentCloud
|
|
1681
1686
|
# @type ResourceId: String
|
1682
1687
|
# @param PayMode: 付费模式 prePay/postPay
|
1683
1688
|
# @type PayMode: String
|
1689
|
+
# @param BusinessCode: 商品名称代码
|
1690
|
+
# 备注:如需获取当月使用过的BusinessCode,请调用API:<a href="https://cloud.tencent.com/document/product/555/35761">获取产品汇总费用分布</a>
|
1691
|
+
# @type BusinessCode: String
|
1684
1692
|
|
1685
|
-
attr_accessor :Offset, :Limit, :Month, :PeriodType, :NeedRecordNum, :ActionType, :ResourceId, :PayMode
|
1693
|
+
attr_accessor :Offset, :Limit, :Month, :PeriodType, :NeedRecordNum, :ActionType, :ResourceId, :PayMode, :BusinessCode
|
1686
1694
|
|
1687
|
-
def initialize(offset=nil, limit=nil, month=nil, periodtype=nil, needrecordnum=nil, actiontype=nil, resourceid=nil, paymode=nil)
|
1695
|
+
def initialize(offset=nil, limit=nil, month=nil, periodtype=nil, needrecordnum=nil, actiontype=nil, resourceid=nil, paymode=nil, businesscode=nil)
|
1688
1696
|
@Offset = offset
|
1689
1697
|
@Limit = limit
|
1690
1698
|
@Month = month
|
@@ -1693,6 +1701,7 @@ module TencentCloud
|
|
1693
1701
|
@ActionType = actiontype
|
1694
1702
|
@ResourceId = resourceid
|
1695
1703
|
@PayMode = paymode
|
1704
|
+
@BusinessCode = businesscode
|
1696
1705
|
end
|
1697
1706
|
|
1698
1707
|
def deserialize(params)
|
@@ -1704,6 +1713,7 @@ module TencentCloud
|
|
1704
1713
|
@ActionType = params['ActionType']
|
1705
1714
|
@ResourceId = params['ResourceId']
|
1706
1715
|
@PayMode = params['PayMode']
|
1716
|
+
@BusinessCode = params['BusinessCode']
|
1707
1717
|
end
|
1708
1718
|
end
|
1709
1719
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-billing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.208
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-11-
|
11
|
+
date: 2021-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|