tencentcloud-sdk-ccc 3.0.756 → 3.0.757
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/v20200210/client.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a4534596c30891090083d92df0e1379f514be55
|
|
4
|
+
data.tar.gz: 1e711f77eaa6847cae3d004b001d67cfd95a893e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6693451a5c68d8b4a314a5a965f69e4ffa03ba0cf334bcfe92bfb39146ac54b02963624d938a27d42cba89a241adbe31a49d5ffa0db41057ece716d8788786ad
|
|
7
|
+
data.tar.gz: 2ed4bc2bd73238533066cccd32dfb7b1a099a52427d67dc295d02a3ddbe296f5ff57b03144d1077f23f486d407305f4cb24e73f384984a4b7e56e00ef73d7ad1
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.757
|
data/lib/v20200210/client.rb
CHANGED
|
@@ -125,7 +125,7 @@ module TencentCloud
|
|
|
125
125
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
126
126
|
end
|
|
127
127
|
|
|
128
|
-
#
|
|
128
|
+
# 新建技能组
|
|
129
129
|
|
|
130
130
|
# @param request: Request instance for CreateCCCSkillGroup.
|
|
131
131
|
# @type request: :class:`Tencentcloud::ccc::V20200210::CreateCCCSkillGroupRequest`
|