tencentcloud-sdk-privatedns 1.0.226 → 1.0.230
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/v20201028/models.rb +1 -1
- 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: 03812ca3bf3e1c605cf864c444ed4f9fa782e226
|
|
4
|
+
data.tar.gz: 1447778097a623d3aee0ca99bfdcb5862c804157
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78fed5de24eb84b6331c485c7c6d0c6657ba9897dd1d8036b42911f9fd691e361a4f1ebaf8f54c2f98f27832f7ab48d199d32d556a13fc55b23d6e6f1e968dd4
|
|
7
|
+
data.tar.gz: e7dd4b87748509c51f7576f424c55038797785e0794568e16205ac2fba0a965cc9ae298b2b3c7cbe8b51efaac38896ccacf163492b82a942ce313ad19994c8b8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.230
|
data/lib/v20201028/models.rb
CHANGED
|
@@ -787,7 +787,7 @@ module TencentCloud
|
|
|
787
787
|
class DescribePrivateZoneRecordListRequest < TencentCloud::Common::AbstractModel
|
|
788
788
|
# @param ZoneId: 私有域ID: zone-xxxxxx
|
|
789
789
|
# @type ZoneId: String
|
|
790
|
-
# @param Filters:
|
|
790
|
+
# @param Filters: 过滤参数(支持使用Value、RecordType过滤)
|
|
791
791
|
# @type Filters: Array
|
|
792
792
|
# @param Offset: 分页偏移量,从0开始
|
|
793
793
|
# @type Offset: Integer
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-privatedns
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.230
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|