tencentcloud-sdk-billing 1.0.265 → 1.0.268

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 +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af7613e0fb81426c4024b980b5e3b4082aff9839
4
- data.tar.gz: e344dcd095e17c1b9721e046f33327f6b2e9eb12
3
+ metadata.gz: 59c62f0efe5ef9f68fa40356237750d9efbb30a9
4
+ data.tar.gz: 1d47d21d3d899e64214917b9c6608a3c0b0fc161
5
5
  SHA512:
6
- metadata.gz: f5755406c68b38dce4ca4e6842bf77905b3de3b7f8dbbe0df5d54f03b93a707e669128b70b98f5f6acce01cb016f25198b4bf619bd4e2f4b81e98c963049ab0e
7
- data.tar.gz: 40f68a0c78c88eeba4076d6ec33d06f54dea9378329f36848f6c780a74e089151031473d45ee327d14e12d24b9e6be60ce8294afc0b03c11e4e14ba114eae108
6
+ metadata.gz: 372040bdb20f8c2b85641c38c71b10bde6b368ccd2887eea19b578f583e0bfec0a5b2381796ea679a04d4f854cf866773db6952d640fc825743124886376292e
7
+ data.tar.gz: 74c750fb7610fbb3844e562c2b2d746c44f2cf6ad78ed993f6e8572f1d4f92d088e331885cb737f9c0f271c6b4396db3146cbaeda3ad3290e182f082c22f0c21
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.265
1
+ 1.0.268
@@ -1281,10 +1281,16 @@ module TencentCloud
1281
1281
  # postMoveIn 按量计费迁入资源
1282
1282
  # 注意:此字段可能返回 null,表示取不到有效值。
1283
1283
  # @type Action: String
1284
+ # @param ProductName: 产品编码中文名称
1285
+ # 注意:此字段可能返回 null,表示取不到有效值。
1286
+ # @type ProductName: String
1287
+ # @param SubProductName: 子产品编码中文名称
1288
+ # 注意:此字段可能返回 null,表示取不到有效值。
1289
+ # @type SubProductName: String
1284
1290
 
1285
- attr_accessor :OrderId, :Status, :Payer, :CreateTime, :Creator, :RealTotalCost, :VoucherDecline, :ProjectId, :GoodsCategoryId, :ProductInfo, :TimeSpan, :TimeUnit, :Currency, :Policy, :Price, :TotalCost, :ProductCode, :SubProductCode, :BigDealId, :Formula, :RefReturnDeals, :PayMode, :Action
1291
+ attr_accessor :OrderId, :Status, :Payer, :CreateTime, :Creator, :RealTotalCost, :VoucherDecline, :ProjectId, :GoodsCategoryId, :ProductInfo, :TimeSpan, :TimeUnit, :Currency, :Policy, :Price, :TotalCost, :ProductCode, :SubProductCode, :BigDealId, :Formula, :RefReturnDeals, :PayMode, :Action, :ProductName, :SubProductName
1286
1292
 
1287
- def initialize(orderid=nil, status=nil, payer=nil, createtime=nil, creator=nil, realtotalcost=nil, voucherdecline=nil, projectid=nil, goodscategoryid=nil, productinfo=nil, timespan=nil, timeunit=nil, currency=nil, policy=nil, price=nil, totalcost=nil, productcode=nil, subproductcode=nil, bigdealid=nil, formula=nil, refreturndeals=nil, paymode=nil, action=nil)
1293
+ def initialize(orderid=nil, status=nil, payer=nil, createtime=nil, creator=nil, realtotalcost=nil, voucherdecline=nil, projectid=nil, goodscategoryid=nil, productinfo=nil, timespan=nil, timeunit=nil, currency=nil, policy=nil, price=nil, totalcost=nil, productcode=nil, subproductcode=nil, bigdealid=nil, formula=nil, refreturndeals=nil, paymode=nil, action=nil, productname=nil, subproductname=nil)
1288
1294
  @OrderId = orderid
1289
1295
  @Status = status
1290
1296
  @Payer = payer
@@ -1308,6 +1314,8 @@ module TencentCloud
1308
1314
  @RefReturnDeals = refreturndeals
1309
1315
  @PayMode = paymode
1310
1316
  @Action = action
1317
+ @ProductName = productname
1318
+ @SubProductName = subproductname
1311
1319
  end
1312
1320
 
1313
1321
  def deserialize(params)
@@ -1341,6 +1349,8 @@ module TencentCloud
1341
1349
  @RefReturnDeals = params['RefReturnDeals']
1342
1350
  @PayMode = params['PayMode']
1343
1351
  @Action = params['Action']
1352
+ @ProductName = params['ProductName']
1353
+ @SubProductName = params['SubProductName']
1344
1354
  end
1345
1355
  end
1346
1356
 
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.265
4
+ version: 1.0.268
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-02-25 00:00:00.000000000 Z
11
+ date: 2022-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common