tencentcloud-sdk-billing 3.0.949 → 3.0.950
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 +0 -40
- 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: 698fb5f706c9ba6bc3780de66366f2ce61c1b7d7
|
|
4
|
+
data.tar.gz: b8d7ff4e8d33e5d5b69070eb06506273b290a4f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da6921abfd703134227ea8c72ddbe5c6b80f072d1f0bdf517e512810f0d689a09f1052894ab5de5d8ea321c22c2e5f57ad9ea7c7b0783c00a8a5e87e89c917ea
|
|
7
|
+
data.tar.gz: 6816bc2d2289b4e65bf1294501f94d7ef9ceaa2d2d57ee2ae38c3de8f9991567b9189dd3eafb52d3f3bc2e96000ab1de5c4d1c245ca515c9a8fc2d6cf146aedb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.950
|
data/lib/v20180709/models.rb
CHANGED
|
@@ -118,13 +118,10 @@ module TencentCloud
|
|
|
118
118
|
# 分账账单趋势图平均值
|
|
119
119
|
class AllocationAverageData < TencentCloud::Common::AbstractModel
|
|
120
120
|
# @param BeginMonth: 起始月份
|
|
121
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
122
121
|
# @type BeginMonth: String
|
|
123
122
|
# @param EndMonth: 结束月份
|
|
124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
125
123
|
# @type EndMonth: String
|
|
126
124
|
# @param RealTotalCost: 合计费用(折后总额)平均值
|
|
127
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
128
125
|
# @type RealTotalCost: String
|
|
129
126
|
|
|
130
127
|
attr_accessor :BeginMonth, :EndMonth, :RealTotalCost
|
|
@@ -145,13 +142,10 @@ module TencentCloud
|
|
|
145
142
|
# 分账趋势图详情数据
|
|
146
143
|
class AllocationBillTrendDetail < TencentCloud::Common::AbstractModel
|
|
147
144
|
# @param Month: 账单月份
|
|
148
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
149
145
|
# @type Month: String
|
|
150
146
|
# @param Name: 账单月份展示名称
|
|
151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
152
147
|
# @type Name: String
|
|
153
148
|
# @param RealTotalCost: 合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)
|
|
154
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
155
149
|
# @type RealTotalCost: String
|
|
156
150
|
|
|
157
151
|
attr_accessor :Month, :Name, :RealTotalCost
|
|
@@ -1673,10 +1667,8 @@ module TencentCloud
|
|
|
1673
1667
|
# 成本分析交易类型复杂类型
|
|
1674
1668
|
class AnalyseActionTypeDetail < TencentCloud::Common::AbstractModel
|
|
1675
1669
|
# @param ActionType: 交易类型code
|
|
1676
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1677
1670
|
# @type ActionType: String
|
|
1678
1671
|
# @param ActionTypeName: 交易类型Name
|
|
1679
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1680
1672
|
# @type ActionTypeName: String
|
|
1681
1673
|
|
|
1682
1674
|
attr_accessor :ActionType, :ActionTypeName
|
|
@@ -1695,10 +1687,8 @@ module TencentCloud
|
|
|
1695
1687
|
# 成本分析金额返回数据模型
|
|
1696
1688
|
class AnalyseAmountDetail < TencentCloud::Common::AbstractModel
|
|
1697
1689
|
# @param Key: 费用类型
|
|
1698
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1699
1690
|
# @type Key: String
|
|
1700
1691
|
# @param Display: 是否展示
|
|
1701
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1702
1692
|
# @type Display: Integer
|
|
1703
1693
|
|
|
1704
1694
|
attr_accessor :Key, :Display
|
|
@@ -1717,10 +1707,8 @@ module TencentCloud
|
|
|
1717
1707
|
# 成本分析产品返回复杂类型
|
|
1718
1708
|
class AnalyseBusinessDetail < TencentCloud::Common::AbstractModel
|
|
1719
1709
|
# @param BusinessCode: 产品码code
|
|
1720
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1721
1710
|
# @type BusinessCode: String
|
|
1722
1711
|
# @param BusinessCodeName: 产品名称
|
|
1723
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1724
1712
|
# @type BusinessCodeName: String
|
|
1725
1713
|
|
|
1726
1714
|
attr_accessor :BusinessCode, :BusinessCodeName
|
|
@@ -1847,31 +1835,22 @@ module TencentCloud
|
|
|
1847
1835
|
# 成本分析查询条件
|
|
1848
1836
|
class AnalyseConditions < TencentCloud::Common::AbstractModel
|
|
1849
1837
|
# @param BusinessCodes: 产品名称代码
|
|
1850
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1851
1838
|
# @type BusinessCodes: String
|
|
1852
1839
|
# @param ProductCodes: 子产品名称代码
|
|
1853
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1854
1840
|
# @type ProductCodes: String
|
|
1855
1841
|
# @param ComponentCode: 组件类型代码
|
|
1856
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1857
1842
|
# @type ComponentCode: String
|
|
1858
1843
|
# @param ZoneIds: 可用区ID:资源所属可用区ID
|
|
1859
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1860
1844
|
# @type ZoneIds: String
|
|
1861
1845
|
# @param RegionIds: 地域ID:资源所属地域ID
|
|
1862
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1863
1846
|
# @type RegionIds: String
|
|
1864
1847
|
# @param ProjectIds: 项目ID:资源所属项目ID
|
|
1865
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1866
1848
|
# @type ProjectIds: String
|
|
1867
1849
|
# @param PayModes: 计费模式 prePay(表示包年包月)/postPay(表示按量计费)
|
|
1868
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1869
1850
|
# @type PayModes: String
|
|
1870
1851
|
# @param ActionTypes: 交易类型,查询交易类型(请使用交易类型code入参)
|
|
1871
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1872
1852
|
# @type ActionTypes: String
|
|
1873
1853
|
# @param Tags: 分账标签键
|
|
1874
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1875
1854
|
# @type Tags: String
|
|
1876
1855
|
# @param FeeType: 费用类型,查询费用类型(请使用费用类型code入参)入参枚举如下:
|
|
1877
1856
|
# cashPayAmount:现金
|
|
@@ -1879,16 +1858,12 @@ module TencentCloud
|
|
|
1879
1858
|
# voucherPayAmount:优惠券
|
|
1880
1859
|
# tax:税金
|
|
1881
1860
|
# costBeforeTax:税前价
|
|
1882
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1883
1861
|
# @type FeeType: String
|
|
1884
1862
|
# @param PayerUins: 查询成本分析数据的用户UIN
|
|
1885
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1886
1863
|
# @type PayerUins: String
|
|
1887
1864
|
# @param OwnerUins: 使用资源的用户UIN
|
|
1888
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1889
1865
|
# @type OwnerUins: String
|
|
1890
1866
|
# @param ConsumptionTypes: 消耗类型,查询消耗类型(请使用消耗类型code入参)
|
|
1891
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1892
1867
|
# @type ConsumptionTypes: String
|
|
1893
1868
|
|
|
1894
1869
|
attr_accessor :BusinessCodes, :ProductCodes, :ComponentCode, :ZoneIds, :RegionIds, :ProjectIds, :PayModes, :ActionTypes, :Tags, :FeeType, :PayerUins, :OwnerUins, :ConsumptionTypes
|
|
@@ -1961,13 +1936,10 @@ module TencentCloud
|
|
|
1961
1936
|
# 成本分析表头数据复杂类型
|
|
1962
1937
|
class AnalyseHeaderDetail < TencentCloud::Common::AbstractModel
|
|
1963
1938
|
# @param HeadDetail: 表头日期
|
|
1964
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1965
1939
|
# @type HeadDetail: Array
|
|
1966
1940
|
# @param Name: 时间
|
|
1967
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1968
1941
|
# @type Name: String
|
|
1969
1942
|
# @param Total: 总计
|
|
1970
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1971
1943
|
# @type Total: String
|
|
1972
1944
|
|
|
1973
1945
|
attr_accessor :HeadDetail, :Name, :Total
|
|
@@ -1995,7 +1967,6 @@ module TencentCloud
|
|
|
1995
1967
|
# 成本分析header表头数据
|
|
1996
1968
|
class AnalyseHeaderTimeDetail < TencentCloud::Common::AbstractModel
|
|
1997
1969
|
# @param Name: 日期
|
|
1998
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1999
1970
|
# @type Name: String
|
|
2000
1971
|
|
|
2001
1972
|
attr_accessor :Name
|
|
@@ -2012,7 +1983,6 @@ module TencentCloud
|
|
|
2012
1983
|
# 成本分析使用者uin复杂类型
|
|
2013
1984
|
class AnalyseOwnerUinDetail < TencentCloud::Common::AbstractModel
|
|
2014
1985
|
# @param OwnerUin: 使用者uin
|
|
2015
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2016
1986
|
# @type OwnerUin: String
|
|
2017
1987
|
|
|
2018
1988
|
attr_accessor :OwnerUin
|
|
@@ -2029,10 +1999,8 @@ module TencentCloud
|
|
|
2029
1999
|
# 成本分析支付方式复杂类型
|
|
2030
2000
|
class AnalysePayModeDetail < TencentCloud::Common::AbstractModel
|
|
2031
2001
|
# @param PayMode: 计费模式code
|
|
2032
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2033
2002
|
# @type PayMode: String
|
|
2034
2003
|
# @param PayModeName: 计费模式Name
|
|
2035
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2036
2004
|
# @type PayModeName: String
|
|
2037
2005
|
|
|
2038
2006
|
attr_accessor :PayMode, :PayModeName
|
|
@@ -2051,10 +2019,8 @@ module TencentCloud
|
|
|
2051
2019
|
# 成本分析项目返回复杂类型
|
|
2052
2020
|
class AnalyseProjectDetail < TencentCloud::Common::AbstractModel
|
|
2053
2021
|
# @param ProjectId: 项目id
|
|
2054
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2055
2022
|
# @type ProjectId: String
|
|
2056
2023
|
# @param ProjectName: 默认项目
|
|
2057
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2058
2024
|
# @type ProjectName: String
|
|
2059
2025
|
|
|
2060
2026
|
attr_accessor :ProjectId, :ProjectName
|
|
@@ -2073,10 +2039,8 @@ module TencentCloud
|
|
|
2073
2039
|
# 成本分析地域返回复杂类型
|
|
2074
2040
|
class AnalyseRegionDetail < TencentCloud::Common::AbstractModel
|
|
2075
2041
|
# @param RegionId: 地域id
|
|
2076
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2077
2042
|
# @type RegionId: String
|
|
2078
2043
|
# @param RegionName: 地域名称
|
|
2079
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2080
2044
|
# @type RegionName: String
|
|
2081
2045
|
|
|
2082
2046
|
attr_accessor :RegionId, :RegionName
|
|
@@ -2095,10 +2059,8 @@ module TencentCloud
|
|
|
2095
2059
|
# 成本分返回值复杂类型
|
|
2096
2060
|
class AnalyseTimeDetail < TencentCloud::Common::AbstractModel
|
|
2097
2061
|
# @param Time: 日期
|
|
2098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2099
2062
|
# @type Time: String
|
|
2100
2063
|
# @param Money: 金额
|
|
2101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2102
2064
|
# @type Money: String
|
|
2103
2065
|
|
|
2104
2066
|
attr_accessor :Time, :Money
|
|
@@ -2117,10 +2079,8 @@ module TencentCloud
|
|
|
2117
2079
|
# 成本分析可用区复杂类型
|
|
2118
2080
|
class AnalyseZoneDetail < TencentCloud::Common::AbstractModel
|
|
2119
2081
|
# @param ZoneId: 可用区id
|
|
2120
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2121
2082
|
# @type ZoneId: String
|
|
2122
2083
|
# @param ZoneName: 可用区Name
|
|
2123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2124
2084
|
# @type ZoneName: String
|
|
2125
2085
|
|
|
2126
2086
|
attr_accessor :ZoneId, :ZoneName
|
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.950
|
|
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-11-
|
|
11
|
+
date: 2024-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|