tencentcloud-sdk-dlc 3.0.606 → 3.0.607
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/v20210125/models.rb +1 -1
- 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: cc5a4ad330bb03f5419e7b513457d86aa6d0f096
|
|
4
|
+
data.tar.gz: 72b90d97e3692cc99a2743d960395e18f2ed5c21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1d6587179b3f99f6fdc9db1132151ec90022e4d8a4d4c5c45b5c415c74a15a6b2c760b13da61f9031d3fbee1b8e621aa9f162d8edbb66ab5815a42120c8ee3d
|
|
7
|
+
data.tar.gz: e6b39eb5a4847fa6289018947b3963a2a9b586dd5d21b7f6add4192a954e4913b9f69f3a9d13da2ebe6ccc811ddb4a5122dd5b8240e83e3ecd8651c35297f876
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.607
|
data/lib/v20210125/models.rb
CHANGED
|
@@ -6368,7 +6368,7 @@ module TencentCloud
|
|
|
6368
6368
|
class ModifyWorkGroupRequest < TencentCloud::Common::AbstractModel
|
|
6369
6369
|
# @param WorkGroupId: 工作组Id
|
|
6370
6370
|
# @type WorkGroupId: Integer
|
|
6371
|
-
# @param WorkGroupDescription:
|
|
6371
|
+
# @param WorkGroupDescription: 工作组描述,最大字符数限制50
|
|
6372
6372
|
# @type WorkGroupDescription: String
|
|
6373
6373
|
|
|
6374
6374
|
attr_accessor :WorkGroupId, :WorkGroupDescription
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dlc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.607
|
|
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-07-
|
|
11
|
+
date: 2023-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|