tencentcloud-sdk-tione 3.0.450 → 3.0.451
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/v20211111/models.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: c679af15753e31d3c41d62ac094bae605201c223
|
4
|
+
data.tar.gz: c732c1f2963602cd89ae084324b1d2d1004707ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7603581d646d9b3f2d279c44f8fcac607c7c21daeb4b461f4f3e126f9a52168041a7dd21c017056826b6527f470ee8504f71de7917ce2b715f7b0f704e7d41f
|
7
|
+
data.tar.gz: 4ed09c6ae7264972e0ff5ecec2cc273ccdd39f1dd9217b5ff0652342cddbc95c49bac91ccccc00ef13a95f5a163c1267bfc9a1e8fdc5ab006ef1be861919ff82
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.451
|
data/lib/v20211111/models.rb
CHANGED
@@ -3334,7 +3334,7 @@ module TencentCloud
|
|
3334
3334
|
|
3335
3335
|
# DescribeModelServiceGroup请求参数结构体
|
3336
3336
|
class DescribeModelServiceGroupRequest < TencentCloud::Common::AbstractModel
|
3337
|
-
# @param ServiceGroupId:
|
3337
|
+
# @param ServiceGroupId: 服务组ID
|
3338
3338
|
# @type ServiceGroupId: String
|
3339
3339
|
|
3340
3340
|
attr_accessor :ServiceGroupId
|