tencentcloud-sdk-billing 3.0.847 → 3.0.848

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9301a38260321d44b2aecc45ea425cde226f0b9
4
- data.tar.gz: e080b62d42124eee6549e17d322f983964aeb777
3
+ metadata.gz: acd701752c7c70ef9e1ccefd8952aeb8aca81519
4
+ data.tar.gz: 4e47d5efa31761a6aba8b24a72b45cd6aeaa0e36
5
5
  SHA512:
6
- metadata.gz: a909993a1674315b9c3cfebbed6c95acf72dd38c30b11f3136ec5a3bee53a9c80a61165c938f6173ad8e146173d2272880ca4cf707e1b417d0b3a846394a8372
7
- data.tar.gz: 562941797907fc8fa7b047b5732148530c273740e96370a8fadb6d4d7c7d57027cb79bef150c5c4a63b0a7bfbaa6898da5584374307286af98d7dae3c96984ab
6
+ metadata.gz: 164fccad58a64ecc2e50a482a423308369ddd740ef831755f69d01e614e5b082a51caf8ceb033e50b7525edf142bf36661e066b85ba5cd7a8fcc00d27acce22f
7
+ data.tar.gz: 7db02213df7eeb36e725704da3af84e2ed3eeabc01b22c44121d8f421c1a0a3b18cf6913e853ed68fa9ee2207185b0b5a1b1b6197577f6686df2f92656fa5618
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.847
1
+ 3.0.848
@@ -3828,10 +3828,13 @@ module TencentCloud
3828
3828
  # @param ComponentConfig: 配置描述
3829
3829
  # 注意:此字段可能返回 null,表示取不到有效值。
3830
3830
  # @type ComponentConfig: String
3831
+ # @param Tags: 标签信息
3832
+ # 注意:此字段可能返回 null,表示取不到有效值。
3833
+ # @type Tags: String
3831
3834
 
3832
- attr_accessor :ResourceId, :ResourceName, :RealTotalCost, :CashPayAmount, :ProjectId, :ProjectName, :RegionId, :RegionName, :PayMode, :PayModeName, :BusinessCode, :BusinessCodeName, :ConsumptionTypeName, :RealCost, :FeeBeginTime, :FeeEndTime, :DayDiff, :DailyTotalCost, :OrderId, :VoucherPayAmount, :IncentivePayAmount, :TransferPayAmount, :PayerUin, :OwnerUin, :OperateUin, :ProductCode, :ProductCodeName, :RegionType, :RegionTypeName, :Extend1, :Extend2, :Extend3, :Extend4, :Extend5, :InstanceType, :InstanceTypeName, :PayTime, :ZoneName, :ComponentConfig
3835
+ attr_accessor :ResourceId, :ResourceName, :RealTotalCost, :CashPayAmount, :ProjectId, :ProjectName, :RegionId, :RegionName, :PayMode, :PayModeName, :BusinessCode, :BusinessCodeName, :ConsumptionTypeName, :RealCost, :FeeBeginTime, :FeeEndTime, :DayDiff, :DailyTotalCost, :OrderId, :VoucherPayAmount, :IncentivePayAmount, :TransferPayAmount, :PayerUin, :OwnerUin, :OperateUin, :ProductCode, :ProductCodeName, :RegionType, :RegionTypeName, :Extend1, :Extend2, :Extend3, :Extend4, :Extend5, :InstanceType, :InstanceTypeName, :PayTime, :ZoneName, :ComponentConfig, :Tags
3833
3836
 
3834
- def initialize(resourceid=nil, resourcename=nil, realtotalcost=nil, cashpayamount=nil, projectid=nil, projectname=nil, regionid=nil, regionname=nil, paymode=nil, paymodename=nil, businesscode=nil, businesscodename=nil, consumptiontypename=nil, realcost=nil, feebegintime=nil, feeendtime=nil, daydiff=nil, dailytotalcost=nil, orderid=nil, voucherpayamount=nil, incentivepayamount=nil, transferpayamount=nil, payeruin=nil, owneruin=nil, operateuin=nil, productcode=nil, productcodename=nil, regiontype=nil, regiontypename=nil, extend1=nil, extend2=nil, extend3=nil, extend4=nil, extend5=nil, instancetype=nil, instancetypename=nil, paytime=nil, zonename=nil, componentconfig=nil)
3837
+ def initialize(resourceid=nil, resourcename=nil, realtotalcost=nil, cashpayamount=nil, projectid=nil, projectname=nil, regionid=nil, regionname=nil, paymode=nil, paymodename=nil, businesscode=nil, businesscodename=nil, consumptiontypename=nil, realcost=nil, feebegintime=nil, feeendtime=nil, daydiff=nil, dailytotalcost=nil, orderid=nil, voucherpayamount=nil, incentivepayamount=nil, transferpayamount=nil, payeruin=nil, owneruin=nil, operateuin=nil, productcode=nil, productcodename=nil, regiontype=nil, regiontypename=nil, extend1=nil, extend2=nil, extend3=nil, extend4=nil, extend5=nil, instancetype=nil, instancetypename=nil, paytime=nil, zonename=nil, componentconfig=nil, tags=nil)
3835
3838
  @ResourceId = resourceid
3836
3839
  @ResourceName = resourcename
3837
3840
  @RealTotalCost = realtotalcost
@@ -3871,6 +3874,7 @@ module TencentCloud
3871
3874
  @PayTime = paytime
3872
3875
  @ZoneName = zonename
3873
3876
  @ComponentConfig = componentconfig
3877
+ @Tags = tags
3874
3878
  end
3875
3879
 
3876
3880
  def deserialize(params)
@@ -3913,6 +3917,7 @@ module TencentCloud
3913
3917
  @PayTime = params['PayTime']
3914
3918
  @ZoneName = params['ZoneName']
3915
3919
  @ComponentConfig = params['ComponentConfig']
3920
+ @Tags = params['Tags']
3916
3921
  end
3917
3922
  end
3918
3923
 
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: 3.0.847
4
+ version: 3.0.848
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-19 00:00:00.000000000 Z
11
+ date: 2024-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common