tencentcloud-sdk-billing 1.0.207 → 1.0.208

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180709/models.rb +15 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2369593f3a6020239872ce66ce768c747db593f1
4
- data.tar.gz: 3b558e84de27fcef1d4b05960465efe44dfb09c5
3
+ metadata.gz: 3fc54429ca37998d7c172cc4936f33a0137e567f
4
+ data.tar.gz: 6abfaf064061f5432b6f496ab54763541fbc287b
5
5
  SHA512:
6
- metadata.gz: 75638e28ef29bb1f144f79ccd0be08e86050de73bf12f2397a2ab7b2ddeddb7ee6e6fb373fcda69f169335d3faac03c3b1e4fc2c222c01c1fdea26cacf7a0305
7
- data.tar.gz: 46a60c8d2cc91a29d375f0f8688dc8263f61c08b86f121ab380e195f4128d2e7b6fef9b65e844bdcdd162ac4fbd878aa2ea3e899b37cf8c06ca019150da819c3
6
+ metadata.gz: 9792cb5dc1f8964a6e747e6ea7e52a58a63900b62b7328e80a5b91e9a084488fb1afbfb01feba62e82cd22e7bc1a794726f5b81fbe51f3afe7505f868d792035
7
+ data.tar.gz: e565950a460c6ab46b10aa0b67ca27fd614ff8bdb1e5197116daf068f3b03144d440a7e36794d4e76281d64b772b702d1e01ffd2703cfdfbdf780b4eb2d15bd5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.207
1
+ 1.0.208
@@ -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.207
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-22 00:00:00.000000000 Z
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