tencentcloud-sdk-billing 3.0.735 → 3.0.737
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 +15 -4
- 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: 68548be0a78e22ef7471dfb1a5c22b1a14ee2c0c
|
4
|
+
data.tar.gz: d62974107a9806b053f8aded227c78acc199bd6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7ffb88c6cae2333e92d964c1b97e89fb1f0d7ede76386853736e00e82416b2070a626c81c30ec8a51d8744782a6204ea2e53d13190df3c152bcb44347e080b0
|
7
|
+
data.tar.gz: 043ddb52ba73a55e64d4363d3053f205cd65f6aa01288028e1b647c433be69dec34f9bb8fc1e83ae01d425bcb5d360fd0528326e7648e856d9e27a7a183ef565
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.737
|
data/lib/v20180709/models.rb
CHANGED
@@ -163,10 +163,13 @@ module TencentCloud
|
|
163
163
|
# @param BillMonth: 账单归属月
|
164
164
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
165
165
|
# @type BillMonth: String
|
166
|
+
# @param Id: 账单记录ID
|
167
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
168
|
+
# @type Id: String
|
166
169
|
|
167
|
-
attr_accessor :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :BillId, :PayTime, :FeeBeginTime, :FeeEndTime, :ComponentSet, :PayerUin, :OwnerUin, :OperateUin, :Tags, :BusinessCode, :ProductCode, :ActionType, :RegionId, :ProjectId, :PriceInfo, :AssociatedOrder, :Formula, :FormulaUrl, :BillDay, :BillMonth
|
170
|
+
attr_accessor :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :BillId, :PayTime, :FeeBeginTime, :FeeEndTime, :ComponentSet, :PayerUin, :OwnerUin, :OperateUin, :Tags, :BusinessCode, :ProductCode, :ActionType, :RegionId, :ProjectId, :PriceInfo, :AssociatedOrder, :Formula, :FormulaUrl, :BillDay, :BillMonth, :Id
|
168
171
|
|
169
|
-
def initialize(businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, billid=nil, paytime=nil, feebegintime=nil, feeendtime=nil, componentset=nil, payeruin=nil, owneruin=nil, operateuin=nil, tags=nil, businesscode=nil, productcode=nil, actiontype=nil, regionid=nil, projectid=nil, priceinfo=nil, associatedorder=nil, formula=nil, formulaurl=nil, billday=nil, billmonth=nil)
|
172
|
+
def initialize(businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, billid=nil, paytime=nil, feebegintime=nil, feeendtime=nil, componentset=nil, payeruin=nil, owneruin=nil, operateuin=nil, tags=nil, businesscode=nil, productcode=nil, actiontype=nil, regionid=nil, projectid=nil, priceinfo=nil, associatedorder=nil, formula=nil, formulaurl=nil, billday=nil, billmonth=nil, id=nil)
|
170
173
|
@BusinessCodeName = businesscodename
|
171
174
|
@ProductCodeName = productcodename
|
172
175
|
@PayModeName = paymodename
|
@@ -197,6 +200,7 @@ module TencentCloud
|
|
197
200
|
@FormulaUrl = formulaurl
|
198
201
|
@BillDay = billday
|
199
202
|
@BillMonth = billmonth
|
203
|
+
@Id = id
|
200
204
|
end
|
201
205
|
|
202
206
|
def deserialize(params)
|
@@ -247,6 +251,7 @@ module TencentCloud
|
|
247
251
|
@FormulaUrl = params['FormulaUrl']
|
248
252
|
@BillDay = params['BillDay']
|
249
253
|
@BillMonth = params['BillMonth']
|
254
|
+
@Id = params['Id']
|
250
255
|
end
|
251
256
|
end
|
252
257
|
|
@@ -3821,6 +3826,8 @@ module TencentCloud
|
|
3821
3826
|
# 10227 视频直播带宽(国内)
|
3822
3827
|
# 100763 视频直播流量(海外)
|
3823
3828
|
# 100762 视频直播宽带(海外)
|
3829
|
+
|
3830
|
+
# 仅支持以上产品
|
3824
3831
|
# @type ProductCode: String
|
3825
3832
|
# @param Domain: 查询域名 例如 www.qq.com
|
3826
3833
|
# 非CDN业务查询时传入空字符串,返回的值为空
|
@@ -3828,15 +3835,18 @@ module TencentCloud
|
|
3828
3835
|
# @param InstanceID: 1、如果为空,则返回EIP或CLB所有实例的明细;
|
3829
3836
|
# 2、如果传入实例名,则返回该实例明细
|
3830
3837
|
# @type InstanceID: String
|
3838
|
+
# @param PayerUin: 支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN
|
3839
|
+
# @type PayerUin: String
|
3831
3840
|
|
3832
|
-
attr_accessor :StartDate, :EndDate, :ProductCode, :Domain, :InstanceID
|
3841
|
+
attr_accessor :StartDate, :EndDate, :ProductCode, :Domain, :InstanceID, :PayerUin
|
3833
3842
|
|
3834
|
-
def initialize(startdate=nil, enddate=nil, productcode=nil, domain=nil, instanceid=nil)
|
3843
|
+
def initialize(startdate=nil, enddate=nil, productcode=nil, domain=nil, instanceid=nil, payeruin=nil)
|
3835
3844
|
@StartDate = startdate
|
3836
3845
|
@EndDate = enddate
|
3837
3846
|
@ProductCode = productcode
|
3838
3847
|
@Domain = domain
|
3839
3848
|
@InstanceID = instanceid
|
3849
|
+
@PayerUin = payeruin
|
3840
3850
|
end
|
3841
3851
|
|
3842
3852
|
def deserialize(params)
|
@@ -3845,6 +3855,7 @@ module TencentCloud
|
|
3845
3855
|
@ProductCode = params['ProductCode']
|
3846
3856
|
@Domain = params['Domain']
|
3847
3857
|
@InstanceID = params['InstanceID']
|
3858
|
+
@PayerUin = params['PayerUin']
|
3848
3859
|
end
|
3849
3860
|
end
|
3850
3861
|
|
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.737
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|