tencentcloud-sdk-billing 3.0.707 → 3.0.708

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.
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: 6981cf367a4a3c4b6ce5e8288f301f41cb7cb8e1
4
+ data.tar.gz: 4811e4117b6b1bcbc70d3c7d8de6a61a7e6dee53
5
5
  SHA512:
6
- metadata.gz: e94cdf6cbf6017794c3a3e0e398730f763dce394d82f20db6900ff49156e73fdc3a1e162337ec39bde5cfe14f9924bf58166bc37631fc3564d413e2fb4a7c17a
7
- data.tar.gz: 4c4e4ac29a16d0f3b18918a8b6df660e7daf8cc8dfcd9a83bc3bccd94eabf37e97568258002efdc442915acefd5df41efc513b2f863921396df083678b68c66d
6
+ metadata.gz: 2892e4f33d5dfa65d437d8467f019014e6d8bacbd8ba77e1ba3d9c4710d383f6d46564b200cb2ddadf3029930baf8a7a4d94a6a497093c35dc2268a95688455e
7
+ data.tar.gz: 23ac6516494ad5e63437699fc9b4a107c1b7dcffb69c9f49b992527f4221da7239fd8e8c370b151834b0f3c9572f0504cb5dc1363637fb65067d623735e2302f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.707
1
+ 3.0.708
@@ -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.708
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-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common