tencentcloud-sdk-tsf 1.0.315 → 1.0.316
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/v20180326/models.rb +2 -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: 25e6d60d51282aeec5feddfbc8e045bb108d2231
|
4
|
+
data.tar.gz: 0eb10d3d9e9ca77cbf70f84ee76c11733b6e5499
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ba7b0b7ea735b6730bf8e9fba903fec50d222b52dd2b95c3dbc78c140f0f73104fd7c4df6afb0baf2a6343aabff97b4ba06d0a6d995ff27d9cf53472fa16929
|
7
|
+
data.tar.gz: 432bdd426a2ce7d9800075a480fd694b306ec63235b75661c512142dee4917372791387505891792324fd793568a3d1887a0ed667319cf6a79f86454462dfcc8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.316
|
data/lib/v20180326/models.rb
CHANGED
@@ -4671,7 +4671,7 @@ module TencentCloud
|
|
4671
4671
|
# @type Limit: Integer
|
4672
4672
|
# @param GroupType: 分组类型。 ms: 微服务分组; external:外部Api分组
|
4673
4673
|
# @type GroupType: String
|
4674
|
-
# @param AuthType: 鉴权类型。 secret:
|
4674
|
+
# @param AuthType: 鉴权类型。 secret: 密钥鉴权; none:无鉴权
|
4675
4675
|
# @type AuthType: String
|
4676
4676
|
# @param Status: 发布状态, drafted: 未发布。 released: 发布
|
4677
4677
|
# @type Status: String
|
@@ -4712,6 +4712,7 @@ module TencentCloud
|
|
4712
4712
|
# DescribeApiGroups返回参数结构体
|
4713
4713
|
class DescribeApiGroupsResponse < TencentCloud::Common::AbstractModel
|
4714
4714
|
# @param Result: 翻页结构体
|
4715
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4715
4716
|
# @type Result: :class:`Tencentcloud::Tsf.v20180326.models.TsfPageApiGroupInfo`
|
4716
4717
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
4717
4718
|
# @type RequestId: String
|