tencentcloud-sdk-ess 3.0.967 → 3.0.968
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/v20201111/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: 6e165d3b1b44019e5d2be7bc53a478e05bd2759a
|
|
4
|
+
data.tar.gz: 5ce6540bda3e9b9ffb648588caa9dc3802be3cfc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d601f2eff88d0990b0f5f54e6c9c7c29f1a1ea6a7d5369cc24e1f6bed907d2758fe224430013677602724a82e6421c76de7d3ccbfb3d8d433fbcd618d12b2ca2
|
|
7
|
+
data.tar.gz: dd0f893e63fb595cfabbc5ad970611252ef6160b12da934ea727199e4faebd8989ff3f247f7902ad30eed5119d6e540d654e04b256dfe66f5fc60ca1d0eb0980
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.968
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -7715,7 +7715,8 @@ module TencentCloud
|
|
|
7715
7715
|
# <li>**1**:仅模板列表</li></ul>
|
|
7716
7716
|
# @type ContentType: Integer
|
|
7717
7717
|
# @param Filters: 搜索条件,本字段用于指定模板Id进行查询。
|
|
7718
|
-
# Key:template-id Values:需要查询的模板Id列表
|
|
7718
|
+
# - Key:template-id Values:需要查询的模板Id列表
|
|
7719
|
+
# - Key:template-name Values:需要查询的模板名称列表
|
|
7719
7720
|
# @type Filters: Array
|
|
7720
7721
|
# @param Offset: 查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用。
|
|
7721
7722
|
|