tencentcloud-sdk-billing 3.0.735 → 3.0.736
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 +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35cfe233a511d0f0873d47a20e21e916965776db
|
4
|
+
data.tar.gz: e343c96891b3c8133d1fedbcd53b622d710892d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9843b53fc952aa73e11f54636950fb5e5f3365899fbce83f63c23cd61d4f0e7a4d0ea1f5d5d3a566c25531923df0e088caf970602ba18a647df97cc775dd1558
|
7
|
+
data.tar.gz: 57fbe6074223afbe4948a04f63b4270ec128139d21aea9f3cf806eb84237907a69a50a7b5a0e365122f9068fb562ea213c5c674d7132666b75d46e74baf2e03d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.736
|
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
|
|