tencentcloud-sdk-billing 1.0.267 → 1.0.268

Sign up to get free protection for your applications and to get access to all the features.
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: 768f20f448aa4dc2d9eca769b4e9927c90b4b988
4
- data.tar.gz: 0d60fdda6571264a116596634e8b1f091c7d25c3
3
+ metadata.gz: 59c62f0efe5ef9f68fa40356237750d9efbb30a9
4
+ data.tar.gz: 1d47d21d3d899e64214917b9c6608a3c0b0fc161
5
5
  SHA512:
6
- metadata.gz: d9fc1bcd56d8e76a29f673b14c32f9e56fe4b64fe87931631d357432e0dce5c62165e0eb4ebeaecdee60c53f2df742029d993405427baca4f6b630d5268483f4
7
- data.tar.gz: 691f65eaa24bf3cfb6cbbf88a8c00de99b15c445d00b8a69452d41aa2d3569ccfa2641a6bd722213c76156ebf3844236d485ea5ed326cd9ea7f7d8e05c6ad801
6
+ metadata.gz: 372040bdb20f8c2b85641c38c71b10bde6b368ccd2887eea19b578f583e0bfec0a5b2381796ea679a04d4f854cf866773db6952d640fc825743124886376292e
7
+ data.tar.gz: 74c750fb7610fbb3844e562c2b2d746c44f2cf6ad78ed993f6e8572f1d4f92d088e331885cb737f9c0f271c6b4396db3146cbaeda3ad3290e182f082c22f0c21
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.267
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.267
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-03-01 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