tencentcloud-sdk-billing 3.0.847 → 3.0.849
Sign up to get free protection for your applications and to get access to all the features.
- 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: 1cec0380be7719bf59dd5ae89ab03172f98ac22a
|
4
|
+
data.tar.gz: 4ecfbc4cc3652da90beee391e543a49be05f7ddd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0108fc23700e9b560b3f5c14417b137d2641ee6f3c040ad218ffc626659adffcc73d73b134aec31d820e841b7f18c5b7b8280ddd9f8d4d005bd9611dda8b120
|
7
|
+
data.tar.gz: 0dcc9251fc97252af24cd07c4804262b99661c48475b0b0c6f43214b2e281dcad66b9c0d3110ebb88bbbd28990e062f79d872acd62b5f7654f852c7eab0658de
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.849
|
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.849
|
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-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|