tencentcloud-sdk-billing 3.0.706 → 3.0.708

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 +20 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cfdfb347dfb62b35cede6d6202e4514c6e7d5905
4
- data.tar.gz: f514fe7e3feab1c2e75fc5b5bc8baa033c469874
3
+ metadata.gz: 6981cf367a4a3c4b6ce5e8288f301f41cb7cb8e1
4
+ data.tar.gz: 4811e4117b6b1bcbc70d3c7d8de6a61a7e6dee53
5
5
  SHA512:
6
- metadata.gz: f7537b691b29546cda1d4a2ff1659ce22e43b9f78dab5ddd60a60845061c3c4507cf3e34be716095452d75fb6b9f0b2e45733c28e1449ac904e4debd2159271a
7
- data.tar.gz: 434f3ef1a257419df5a8f7b921cbdf3ed9c589fa069b4707663477e32022059f583d7b38530353cbd821992ec9eb8c3af0b92dc23b8c23195764c05026010a7c
6
+ metadata.gz: 2892e4f33d5dfa65d437d8467f019014e6d8bacbd8ba77e1ba3d9c4710d383f6d46564b200cb2ddadf3029930baf8a7a4d94a6a497093c35dc2268a95688455e
7
+ data.tar.gz: 23ac6516494ad5e63437699fc9b4a107c1b7dcffb69c9f49b992527f4221da7239fd8e8c370b151834b0f3c9572f0504cb5dc1363637fb65067d623735e2302f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.706
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
@@ -4053,9 +4065,9 @@ module TencentCloud
4053
4065
 
4054
4066
  # DescribeTagList请求参数结构体
4055
4067
  class DescribeTagListRequest < TencentCloud::Common::AbstractModel
4056
- # @param Limit: 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,依次类推
4068
+ # @param Limit: 数量,最大值为1000
4057
4069
  # @type Limit: Integer
4058
- # @param Offset: 数量,最大值为1000
4070
+ # @param Offset: 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,依次类推
4059
4071
  # @type Offset: Integer
4060
4072
  # @param TagKey: 分账标签键,用作模糊搜索
4061
4073
  # @type TagKey: String
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.706
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-16 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