tencentcloud-sdk-ckafka 3.0.499 → 3.0.500

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae50810ceb02c55e7b1075147f6a7afb8e10c90e
4
- data.tar.gz: 8fad73f8306a75913fd760dd621d84bfd7cf04f8
3
+ metadata.gz: cf234e7fdd8a928eac2523ab7c3e95ca474351df
4
+ data.tar.gz: c6dd5f93c722a65fb896478678698f4844d9bc1a
5
5
  SHA512:
6
- metadata.gz: 927bef9cae795d1fedb954e7dd11ea9ce1ad0204a422a6c0029655e853df3f9ee41265811d4ff820e779a2a2e9c3ce9d3c4c8de110bd7e464e80dba0e67efdda
7
- data.tar.gz: 650a33316a3b8d2b7bca73afa26a438216e5023e3229e6bb8d0299b1bcbbd7b493bb55213956239bd8c7f11d14fdc9ee0b5179caa2fe951d6867fc9a6053a40c
6
+ metadata.gz: bdac48a5d182162f10ff0e2a36f04da778351d74d89b779ef3d617340e449ff6f849023b5ba6564bbf22a22c9f6b9ec804f34c6f9da9b5d7bcc2ea5defa7ac43
7
+ data.tar.gz: 80e625982e99bd3605ea0902cfec09d2c1a6dafd40839ca82b356a9d4da68cf3313088d83e581f2d0fc253a06721824864dfa15ceecd0dfa3ede682c0363638e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.499
1
+ 3.0.500
@@ -6130,12 +6130,16 @@ module TencentCloud
6130
6130
  # @param GroupList: GroupList
6131
6131
  # 注意:此字段可能返回 null,表示取不到有效值。
6132
6132
  # @type GroupList: Array
6133
+ # @param GroupCountQuota: 消费分组配额
6134
+ # 注意:此字段可能返回 null,表示取不到有效值。
6135
+ # @type GroupCountQuota: Integer
6133
6136
 
6134
- attr_accessor :TotalCount, :GroupList
6137
+ attr_accessor :TotalCount, :GroupList, :GroupCountQuota
6135
6138
 
6136
- def initialize(totalcount=nil, grouplist=nil)
6139
+ def initialize(totalcount=nil, grouplist=nil, groupcountquota=nil)
6137
6140
  @TotalCount = totalcount
6138
6141
  @GroupList = grouplist
6142
+ @GroupCountQuota = groupcountquota
6139
6143
  end
6140
6144
 
6141
6145
  def deserialize(params)
@@ -6148,6 +6152,7 @@ module TencentCloud
6148
6152
  @GroupList << describegroup_tmp
6149
6153
  end
6150
6154
  end
6155
+ @GroupCountQuota = params['GroupCountQuota']
6151
6156
  end
6152
6157
  end
6153
6158
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ckafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.499
4
+ version: 3.0.500
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-02-01 00:00:00.000000000 Z
11
+ date: 2023-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common