tencentcloud-sdk-tdmq 3.0.642 → 3.0.643

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: c49894f3513d2ef04113282d33082cd3c9734c7e
4
- data.tar.gz: bea72b35dff5a24d5a83954a7775b301d7b25a26
3
+ metadata.gz: 48ca48b0066f0d4c63cb2ae39a646f472416750a
4
+ data.tar.gz: 778aaab7f5335a4ff5698dd0250155e893c902e0
5
5
  SHA512:
6
- metadata.gz: b49cbc4f19995771c609c9d8ba623d349e7a68f20c3df1a6765ace3c061480ee05c9bfabb1c3867c2e65cf5001896a633b4c9e963a89135167fef8d8f23c1a26
7
- data.tar.gz: fc7ab4f2b39a950283979bbb81bd75d383e82afa9097ed31e6e62179526407f2599b82c4580f3ed98f9b86a09b6d9c7a2a1d9aeca33f332be5cd402b0bee9ec7
6
+ metadata.gz: ee373ecd2293bce1dbb0b2646dde312ba05c43d1a5ca8bc0a71c508165525c2c95fab94ab196b9d510c0c65f6af8b0019045141b166396355ee6426f581eb508
7
+ data.tar.gz: d58d63745262ec36069fc7b92b799b6a87574f5aa184e84336f4ad29997d9bb958d4d0490298a95a964bca7fd6a38a339f4bc81622bfeb4f0c7bea072726063e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.642
1
+ 3.0.643
@@ -1258,22 +1258,22 @@ module TencentCloud
1258
1258
  # @type EnvironmentId: String
1259
1259
  # @param MsgTTL: 未消费消息过期时间,单位:秒,取值范围:60秒~15天。
1260
1260
  # @type MsgTTL: Integer
1261
- # @param Remark: 说明,128个字符以内。
1262
- # @type Remark: String
1263
1261
  # @param ClusterId: Pulsar 集群的ID
1264
1262
  # @type ClusterId: String
1263
+ # @param Remark: 说明,128个字符以内。
1264
+ # @type Remark: String
1265
1265
  # @param RetentionPolicy: 消息保留策略
1266
1266
  # @type RetentionPolicy: :class:`Tencentcloud::Tdmq.v20200217.models.RetentionPolicy`
1267
1267
  # @param AutoSubscriptionCreation: 是否开启自动创建订阅
1268
1268
  # @type AutoSubscriptionCreation: Boolean
1269
1269
 
1270
- attr_accessor :EnvironmentId, :MsgTTL, :Remark, :ClusterId, :RetentionPolicy, :AutoSubscriptionCreation
1270
+ attr_accessor :EnvironmentId, :MsgTTL, :ClusterId, :Remark, :RetentionPolicy, :AutoSubscriptionCreation
1271
1271
 
1272
- def initialize(environmentid=nil, msgttl=nil, remark=nil, clusterid=nil, retentionpolicy=nil, autosubscriptioncreation=nil)
1272
+ def initialize(environmentid=nil, msgttl=nil, clusterid=nil, remark=nil, retentionpolicy=nil, autosubscriptioncreation=nil)
1273
1273
  @EnvironmentId = environmentid
1274
1274
  @MsgTTL = msgttl
1275
- @Remark = remark
1276
1275
  @ClusterId = clusterid
1276
+ @Remark = remark
1277
1277
  @RetentionPolicy = retentionpolicy
1278
1278
  @AutoSubscriptionCreation = autosubscriptioncreation
1279
1279
  end
@@ -1281,8 +1281,8 @@ module TencentCloud
1281
1281
  def deserialize(params)
1282
1282
  @EnvironmentId = params['EnvironmentId']
1283
1283
  @MsgTTL = params['MsgTTL']
1284
- @Remark = params['Remark']
1285
1284
  @ClusterId = params['ClusterId']
1285
+ @Remark = params['Remark']
1286
1286
  unless params['RetentionPolicy'].nil?
1287
1287
  @RetentionPolicy = RetentionPolicy.new
1288
1288
  @RetentionPolicy.deserialize(params['RetentionPolicy'])
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.642
4
+ version: 3.0.643
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-08-23 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common