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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180709/models.rb +18 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13aff5a8be8a44ef00b31941f165101a67a7308b
4
- data.tar.gz: 7b0ae57fdcd9cda81007b22a32d1a91719905a95
3
+ metadata.gz: ef5b0139b84fd90dd6475258739f586fb1c723b7
4
+ data.tar.gz: b63f6d15bb18fd261dfbb27d57e18e6255734e23
5
5
  SHA512:
6
- metadata.gz: e94cdf6cbf6017794c3a3e0e398730f763dce394d82f20db6900ff49156e73fdc3a1e162337ec39bde5cfe14f9924bf58166bc37631fc3564d413e2fb4a7c17a
7
- data.tar.gz: 4c4e4ac29a16d0f3b18918a8b6df660e7daf8cc8dfcd9a83bc3bccd94eabf37e97568258002efdc442915acefd5df41efc513b2f863921396df083678b68c66d
6
+ metadata.gz: 02d4ce4bc60f0b27efd7908aa7a83f2195c0858f741e22e91294ca49e0a6964a8cb1f71ed96a81e6cc3dd01039524ca51b16883d80cb74b4647715ad78a0bed4
7
+ data.tar.gz: dd9bb1c53ab05accae2ca11bd542378e3c8c9300e0a46834d996ad507ca8269f152a4ec116235ded47b4e7d15c51b6a7cadfab018c79ac77d0a3375039a84933
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.707
1
+ 3.0.709
@@ -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字段无效。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。
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必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。
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必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。
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字段无效。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。
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必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。
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必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据。不能早于开通账单2.0的月份,最多可拉取18个月内的数据。
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.707
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-19 00:00:00.000000000 Z
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