tencentcloud-sdk-billing 3.0.707 → 3.0.709
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 +18 -6
- 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: ef5b0139b84fd90dd6475258739f586fb1c723b7
|
4
|
+
data.tar.gz: b63f6d15bb18fd261dfbb27d57e18e6255734e23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02d4ce4bc60f0b27efd7908aa7a83f2195c0858f741e22e91294ca49e0a6964a8cb1f71ed96a81e6cc3dd01039524ca51b16883d80cb74b4647715ad78a0bed4
|
7
|
+
data.tar.gz: dd9bb1c53ab05accae2ca11bd542378e3c8c9300e0a46834d996ad507ca8269f152a4ec116235ded47b4e7d15c51b6a7cadfab018c79ac77d0a3375039a84933
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.709
|
data/lib/v20180709/models.rb
CHANGED
@@ -2087,11 +2087,11 @@ module TencentCloud
|
|
2087
2087
|
# @type Limit: Integer
|
2088
2088
|
# @param PeriodType: 周期类型,byUsedTime按计费周期/byPayTime按扣费周期。需要与费用中心该月份账单的周期保持一致。您可前往[账单概览](https://console.cloud.tencent.com/expense/bill/overview)页面顶部查看确认您的账单统计周期类型。
|
2089
2089
|
# @type PeriodType: String
|
2090
|
-
# @param Month: 月份,格式为yyyy-mm,Month和BeginTime&EndTime必传一个,如果有传BeginTime&EndTime则Month
|
2090
|
+
# @param Month: 月份,格式为yyyy-mm,Month和BeginTime&EndTime必传一个,如果有传BeginTime&EndTime则Month字段无效。最多可拉取近18个月内的数据。
|
2091
2091
|
# @type Month: String
|
2092
|
-
# @param BeginTime: 周期开始时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime
|
2092
|
+
# @param BeginTime: 周期开始时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。最多可拉取18个月内的数据。
|
2093
2093
|
# @type BeginTime: String
|
2094
|
-
# @param EndTime: 周期结束时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime
|
2094
|
+
# @param EndTime: 周期结束时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。最多可拉取近18个月内的数据。
|
2095
2095
|
# @type EndTime: String
|
2096
2096
|
# @param NeedRecordNum: 是否需要访问列表的总记录数,用于前端分页
|
2097
2097
|
# 1-表示需要, 0-表示不需要
|
@@ -2139,6 +2139,9 @@ module TencentCloud
|
|
2139
2139
|
# @type Context: String
|
2140
2140
|
|
2141
2141
|
attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context
|
2142
|
+
extend Gem::Deprecate
|
2143
|
+
deprecate :PeriodType, :none, 2023, 11
|
2144
|
+
deprecate :PeriodType=, :none, 2023, 11
|
2142
2145
|
|
2143
2146
|
def initialize(offset=nil, limit=nil, periodtype=nil, month=nil, begintime=nil, endtime=nil, needrecordnum=nil, paymode=nil, resourceid=nil, actiontype=nil, projectid=nil, businesscode=nil, context=nil)
|
2144
2147
|
@Offset = offset
|
@@ -2218,11 +2221,11 @@ module TencentCloud
|
|
2218
2221
|
# @type Limit: Integer
|
2219
2222
|
# @param PeriodType: 周期类型,byUsedTime按计费周期/byPayTime按扣费周期。需要与费用中心该月份账单的周期保持一致。您可前往[账单概览](https://console.cloud.tencent.com/expense/bill/overview)页面顶部查看确认您的账单统计周期类型。
|
2220
2223
|
# @type PeriodType: String
|
2221
|
-
# @param Month: 月份,格式为yyyy-mm,Month和BeginTime&EndTime必传一个,如果有传BeginTime&EndTime则Month
|
2224
|
+
# @param Month: 月份,格式为yyyy-mm,Month和BeginTime&EndTime必传一个,如果有传BeginTime&EndTime则Month字段无效。最多可拉取近18个月内的数据。
|
2222
2225
|
# @type Month: String
|
2223
|
-
# @param BeginTime: 周期开始时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime
|
2226
|
+
# @param BeginTime: 周期开始时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。最多可拉取18个月内的数据。
|
2224
2227
|
# @type BeginTime: String
|
2225
|
-
# @param EndTime: 周期结束时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime
|
2228
|
+
# @param EndTime: 周期结束时间,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。最多可拉取近18个月内的数据。
|
2226
2229
|
# @type EndTime: String
|
2227
2230
|
# @param NeedRecordNum: 是否需要访问列表的总记录数,用于前端分页
|
2228
2231
|
# 1-表示需要, 0-表示不需要
|
@@ -2274,6 +2277,9 @@ module TencentCloud
|
|
2274
2277
|
# @type PayerUin: String
|
2275
2278
|
|
2276
2279
|
attr_accessor :Offset, :Limit, :PeriodType, :Month, :BeginTime, :EndTime, :NeedRecordNum, :ProductCode, :PayMode, :ResourceId, :ActionType, :ProjectId, :BusinessCode, :Context, :PayerUin
|
2280
|
+
extend Gem::Deprecate
|
2281
|
+
deprecate :PeriodType, :none, 2023, 11
|
2282
|
+
deprecate :PeriodType=, :none, 2023, 11
|
2277
2283
|
|
2278
2284
|
def initialize(offset=nil, limit=nil, periodtype=nil, month=nil, begintime=nil, endtime=nil, needrecordnum=nil, productcode=nil, paymode=nil, resourceid=nil, actiontype=nil, projectid=nil, businesscode=nil, context=nil, payeruin=nil)
|
2279
2285
|
@Offset = offset
|
@@ -2596,6 +2602,9 @@ module TencentCloud
|
|
2596
2602
|
# @type TagValue: String
|
2597
2603
|
|
2598
2604
|
attr_accessor :Offset, :Limit, :Month, :PeriodType, :NeedRecordNum, :ActionType, :ResourceId, :PayMode, :BusinessCode, :TagKey, :TagValue
|
2605
|
+
extend Gem::Deprecate
|
2606
|
+
deprecate :PeriodType, :none, 2023, 11
|
2607
|
+
deprecate :PeriodType=, :none, 2023, 11
|
2599
2608
|
|
2600
2609
|
def initialize(offset=nil, limit=nil, month=nil, periodtype=nil, needrecordnum=nil, actiontype=nil, resourceid=nil, paymode=nil, businesscode=nil, tagkey=nil, tagvalue=nil)
|
2601
2610
|
@Offset = offset
|
@@ -2717,6 +2726,9 @@ module TencentCloud
|
|
2717
2726
|
# @type TagValue: String
|
2718
2727
|
|
2719
2728
|
attr_accessor :Offset, :Limit, :Month, :PeriodType, :NeedRecordNum, :ActionType, :ResourceId, :PayMode, :BusinessCode, :PayerUin, :TagKey, :TagValue
|
2729
|
+
extend Gem::Deprecate
|
2730
|
+
deprecate :PeriodType, :none, 2023, 11
|
2731
|
+
deprecate :PeriodType=, :none, 2023, 11
|
2720
2732
|
|
2721
2733
|
def initialize(offset=nil, limit=nil, month=nil, periodtype=nil, needrecordnum=nil, actiontype=nil, resourceid=nil, paymode=nil, businesscode=nil, payeruin=nil, tagkey=nil, tagvalue=nil)
|
2722
2734
|
@Offset = offset
|
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.709
|
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-11-
|
11
|
+
date: 2023-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|