tencentcloud-sdk-cfw 1.0.290 → 1.0.291
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/v20190904/models.rb +3 -3
- 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: d6470c51f685af9bfa7dc4dc87da412be95a6fb1
|
|
4
|
+
data.tar.gz: 364ccc2b0d1febc47149f54475ad8b6575c72ee7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 125ecbd84cb88e971fa86bef4fd937d19deb629e49cba7d6702b6048fa433bf99b15706e33340dc3ccef2ff47aa00f43241b064482a0eb7da404c1270e841a77
|
|
7
|
+
data.tar.gz: 6c7f6e3d916216a926ce9b067508e86547cc03bf51bab3b7cb7ee69bdcc2271fe7e37b15f89b667f3785caacc569b80a21c9acd65de561a8eac92c9cbcaf4b5f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.291
|
data/lib/v20190904/models.rb
CHANGED
|
@@ -1269,11 +1269,11 @@ module TencentCloud
|
|
|
1269
1269
|
|
|
1270
1270
|
# DescribeAddrTemplateList返回参数结构体
|
|
1271
1271
|
class DescribeAddrTemplateListResponse < TencentCloud::Common::AbstractModel
|
|
1272
|
-
# @param Total:
|
|
1272
|
+
# @param Total: 模板总数
|
|
1273
1273
|
# @type Total: Integer
|
|
1274
|
-
# @param Data:
|
|
1274
|
+
# @param Data: 模板列表数据
|
|
1275
1275
|
# @type Data: Array
|
|
1276
|
-
# @param NameList:
|
|
1276
|
+
# @param NameList: 模板名称列表
|
|
1277
1277
|
# @type NameList: Array
|
|
1278
1278
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1279
1279
|
# @type RequestId: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cfw
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.291
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-04-
|
|
11
|
+
date: 2022-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|