tencentcloud-sdk-tdmq 3.0.483 → 3.0.485

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/v20200217/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d31734c7fe80af23b14086b708da3a503d1797b8
4
- data.tar.gz: 232652b40dcf08eb7ac460680f30d2c199d50d90
3
+ metadata.gz: 4b6ae4b6d7b3e82bd6fdeaaf9ec9b8f7f35a61ab
4
+ data.tar.gz: 0f4c1ba01d0d3966764ebacbc088517c5599c256
5
5
  SHA512:
6
- metadata.gz: f3c73b15c85afa0c138f4a8b17d21c6f9d40af3f82a5dd38947361fb0af87e0516affc54651507e1d20a7ec809efded72760627076012f6ee4a19ad27fdadaa0
7
- data.tar.gz: 3c1ceec4cb949838efba16ba3f7997b57e2c364ed7835391446ef33ba6d9540c4de28bce868ecdc1096d9580af863c84f7f6df02c19fcdcf07ff2fe8d398f251
6
+ metadata.gz: 7d4570263fead3f419e506ccddaebe527af52ce50ee21f309961133ed20eaf57fc54bebd8d278b3b80f06640432b62e8d6872f9c10920cdd17910340150854f0
7
+ data.tar.gz: d0991fd27f72347150d6f1173c8619f9d4df4256a38f5f41aaed601ed9d89121141daa998319f0004ab08f9ce57d304c024453a716903c6dbcb74efc5b4c92e2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.483
1
+ 3.0.485
@@ -7203,6 +7203,10 @@ module TencentCloud
7203
7203
  class RocketMQTopic < TencentCloud::Common::AbstractModel
7204
7204
  # @param Name: 主题名称
7205
7205
  # @type Name: String
7206
+ # @param Type: 主题的类别,为枚举类型,Normal,GlobalOrder,PartitionedOrder,Transaction,Retry及DeadLetter
7207
+ # @type Type: String
7208
+ # @param GroupNum: 订阅组数量
7209
+ # @type GroupNum: Integer
7206
7210
  # @param Remark: 说明
7207
7211
  # 注意:此字段可能返回 null,表示取不到有效值。
7208
7212
  # @type Remark: String
@@ -7213,10 +7217,12 @@ module TencentCloud
7213
7217
  # @param UpdateTime: 创建时间,以毫秒为单位
7214
7218
  # @type UpdateTime: Integer
7215
7219
 
7216
- attr_accessor :Name, :Remark, :PartitionNum, :CreateTime, :UpdateTime
7220
+ attr_accessor :Name, :Type, :GroupNum, :Remark, :PartitionNum, :CreateTime, :UpdateTime
7217
7221
 
7218
- def initialize(name=nil, remark=nil, partitionnum=nil, createtime=nil, updatetime=nil)
7222
+ def initialize(name=nil, type=nil, groupnum=nil, remark=nil, partitionnum=nil, createtime=nil, updatetime=nil)
7219
7223
  @Name = name
7224
+ @Type = type
7225
+ @GroupNum = groupnum
7220
7226
  @Remark = remark
7221
7227
  @PartitionNum = partitionnum
7222
7228
  @CreateTime = createtime
@@ -7225,6 +7231,8 @@ module TencentCloud
7225
7231
 
7226
7232
  def deserialize(params)
7227
7233
  @Name = params['Name']
7234
+ @Type = params['Type']
7235
+ @GroupNum = params['GroupNum']
7228
7236
  @Remark = params['Remark']
7229
7237
  @PartitionNum = params['PartitionNum']
7230
7238
  @CreateTime = params['CreateTime']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tdmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.483
4
+ version: 3.0.485
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-29 00:00:00.000000000 Z
11
+ date: 2023-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common