tencentcloud-sdk-dts 3.0.1049 → 3.0.1050
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211206/models.rb +2 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23925404ae9ffa549f1e5246fae629dd8c3079db
|
4
|
+
data.tar.gz: c5c40752b05aacc3d9d40d6ba4b9dc285ace30cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b159894dc846faf8e25a2b1aa5a6686adbc6bd9e4c378c19f7eaf4f5c5ed7f123b44d6e9e79dfd970b48546f0dccde1e0217a0b9e4a9fa448efec4f063c02c34
|
7
|
+
data.tar.gz: 95b1a9cd5e2cb40159ccfb7147c413a9115c1bfc504b8dfc4c703c1f11a22a46027d7133042683c4765f1e3f1be77d3eabf15d5a55e1ff3db49796aff6ca4d0a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1050
|
data/lib/v20211206/models.rb
CHANGED
@@ -4525,17 +4525,14 @@ module TencentCloud
|
|
4525
4525
|
# @type ConsumerGroupName: String
|
4526
4526
|
# @param NewPassword: 新密码。字符长度不小于3,不大于32
|
4527
4527
|
# @type NewPassword: String
|
4528
|
-
# @param OldPassword: 旧密码,非必选
|
4529
|
-
# @type OldPassword: String
|
4530
4528
|
|
4531
|
-
attr_accessor :SubscribeId, :AccountName, :ConsumerGroupName, :NewPassword
|
4529
|
+
attr_accessor :SubscribeId, :AccountName, :ConsumerGroupName, :NewPassword
|
4532
4530
|
|
4533
|
-
def initialize(subscribeid=nil, accountname=nil, consumergroupname=nil, newpassword=nil
|
4531
|
+
def initialize(subscribeid=nil, accountname=nil, consumergroupname=nil, newpassword=nil)
|
4534
4532
|
@SubscribeId = subscribeid
|
4535
4533
|
@AccountName = accountname
|
4536
4534
|
@ConsumerGroupName = consumergroupname
|
4537
4535
|
@NewPassword = newpassword
|
4538
|
-
@OldPassword = oldpassword
|
4539
4536
|
end
|
4540
4537
|
|
4541
4538
|
def deserialize(params)
|
@@ -4543,7 +4540,6 @@ module TencentCloud
|
|
4543
4540
|
@AccountName = params['AccountName']
|
4544
4541
|
@ConsumerGroupName = params['ConsumerGroupName']
|
4545
4542
|
@NewPassword = params['NewPassword']
|
4546
|
-
@OldPassword = params['OldPassword']
|
4547
4543
|
end
|
4548
4544
|
end
|
4549
4545
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1050
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|