tencentcloud-sdk-billing 3.0.847 → 3.0.848
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180709/models.rb +7 -2
- 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: acd701752c7c70ef9e1ccefd8952aeb8aca81519
|
|
4
|
+
data.tar.gz: 4e47d5efa31761a6aba8b24a72b45cd6aeaa0e36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 164fccad58a64ecc2e50a482a423308369ddd740ef831755f69d01e614e5b082a51caf8ceb033e50b7525edf142bf36661e066b85ba5cd7a8fcc00d27acce22f
|
|
7
|
+
data.tar.gz: 7db02213df7eeb36e725704da3af84e2ed3eeabc01b22c44121d8f421c1a0a3b18cf6913e853ed68fa9ee2207185b0b5a1b1b6197577f6686df2f92656fa5618
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.848
|
data/lib/v20180709/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|