tencentcloud-sdk-teo 3.0.784 → 3.0.786

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f6e7a7d8152ad1710c8c83b793d42d2e5251a7c
4
- data.tar.gz: 781ce5cddcb168577c9c770b47939eee38af50c1
3
+ metadata.gz: 1bec275fd57c83635df15157c1c0a981e373ae30
4
+ data.tar.gz: 598f273744812762a67e7cec6bcceb9619fb817c
5
5
  SHA512:
6
- metadata.gz: 32ae40eceb0e42428f48ea5599fa1663fcf1f944dda8e2fa3db75390c707ae986f3919baee3e8b2c8991a09ef42b5cf2366defb4b821fc65a56cc250d1a29888
7
- data.tar.gz: ab4b8c18588b62d029db1a28a352a0d575193339d782ade1e27accaca05fe90d413caae420d105337cb22fa9e47157c851d01b46835dea71ef152de05b0c65a6
6
+ metadata.gz: 65314417762fc567b011c832be77b8bbf21030f661569a8477d9ae4b793719faa0d417614510f8f3de2dba0ddb79e0804bab0b3b1bd5417b6650c5ea74c29d7b
7
+ data.tar.gz: b5122f60b3cbe52f534bc29745ca50f08ea48dcc8306d8b79299b6337b9288164241e2af6946f93064444b4b30d7c0880479a4e33e1e210ce8114162b6767680
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.784
1
+ 3.0.786
@@ -3988,7 +3988,8 @@ module TencentCloud
3988
3988
  # @param Limit: 分页查询限制数目。默认值:20,最大值:1000。
3989
3989
  # @type Limit: Integer
3990
3990
  # @param Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
3991
- # <li>target-name<br>   按照【<strong>目标域名名称</strong>】进行过滤。<br>   类型:String<br>   必选:否</li><li>alias-name<br>   按照【<strong>别称域名名称</strong>】进行过滤。<br>   类型:String<br>   必选:否</li>模糊查询时仅支持过滤字段名为alias-name。
3991
+ # <li>target-name:目标域名名称进行过滤;</li>
3992
+ # <li>alias-name:按照别称域名名称进行过滤。</li>模糊查询时仅支持过滤字段名为 alias-name。
3992
3993
  # @type Filters: Array
3993
3994
 
3994
3995
  attr_accessor :ZoneId, :Offset, :Limit, :Filters
@@ -4876,7 +4877,7 @@ module TencentCloud
4876
4877
  # @param Limit: 分页查询限制数目。默认值: 100,最大值:1000。
4877
4878
  # @type Limit: Integer
4878
4879
  # @param Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
4879
- # <li>host<br>   按照【<strong>域名</strong>】进行过滤。<br>   类型:string<br>   必选:否</li>
4880
+ # <li>host:按照域名进行过滤。</li>
4880
4881
  # @type Filters: Array
4881
4882
 
4882
4883
  attr_accessor :ZoneId, :Offset, :Limit, :Filters
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-teo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.784
4
+ version: 3.0.786
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-17 00:00:00.000000000 Z
11
+ date: 2024-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common