tencentcloud-sdk-region 3.0.778 → 3.0.779
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/v20220627/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: bd30ef84aae920a05c4e24353b773ecaa993a6ee
|
|
4
|
+
data.tar.gz: 59bb32fb2624f709cb8a15fffb230bc118e8e3bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68a6df5a8f2feb620b539f2d012af6592d9fb52d51393f6cecc2e505c946e79d99913da1d4fe870f0c413e2572ca35b5e7b044a0a13fb99e3d7605fc7ea994aa
|
|
7
|
+
data.tar.gz: 59c29776aec1bc283656174b737cbc0f91cb2e3d5c98376423bbdd7abd2f39e3f8d89eceef299c33492fbef9937b1f7fed97196953f83a7717376e012816e6a9
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.779
|
data/lib/v20220627/models.rb
CHANGED
|
@@ -43,7 +43,7 @@ module TencentCloud
|
|
|
43
43
|
# @type Products: Array
|
|
44
44
|
# @param TotalCount: 产品总数量。
|
|
45
45
|
# @type TotalCount: Integer
|
|
46
|
-
# @param RequestId: 唯一请求 ID
|
|
46
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
47
47
|
# @type RequestId: String
|
|
48
48
|
|
|
49
49
|
attr_accessor :Products, :TotalCount, :RequestId
|
|
@@ -94,7 +94,7 @@ module TencentCloud
|
|
|
94
94
|
# @type TotalCount: Integer
|
|
95
95
|
# @param RegionSet: 地域列表信息
|
|
96
96
|
# @type RegionSet: Array
|
|
97
|
-
# @param RequestId: 唯一请求 ID
|
|
97
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
98
98
|
# @type RequestId: String
|
|
99
99
|
|
|
100
100
|
attr_accessor :TotalCount, :RegionSet, :RequestId
|
|
@@ -145,7 +145,7 @@ module TencentCloud
|
|
|
145
145
|
# @type TotalCount: Integer
|
|
146
146
|
# @param ZoneSet: 可用区列表信息。
|
|
147
147
|
# @type ZoneSet: Array
|
|
148
|
-
# @param RequestId: 唯一请求 ID
|
|
148
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
149
149
|
# @type RequestId: String
|
|
150
150
|
|
|
151
151
|
attr_accessor :TotalCount, :ZoneSet, :RequestId
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-region
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.779
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
@@ -34,8 +34,8 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-region.rb
|
|
37
|
-
- lib/v20220627/models.rb
|
|
38
37
|
- lib/v20220627/client.rb
|
|
38
|
+
- lib/v20220627/models.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|