tencentcloud-sdk-tcb 3.0.500 → 3.0.501
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/v20180608/models.rb +6 -2
- 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: 051806162795b74c491220f61163afe3f50bb0d7
|
4
|
+
data.tar.gz: 4d31568665029a49d3dbae6ca5b1f8a1e9682ffe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 870736cadbb1eb0448098ad14066247390f12a39c9886bf456689d2d87dec0b39fe47e222871517b4e0384b84141b6e16494beb00f7d564e4d2b1a758edfa795
|
7
|
+
data.tar.gz: 0daf35e6795c22e589abd815114ae636a7596c2ae698c86fe835a09be1beedf96e46a30944a8a9f9bfbbf869dc28cfdce964228152445e913fede9beac5933c2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.501
|
data/lib/v20180608/models.rb
CHANGED
@@ -4644,13 +4644,16 @@ module TencentCloud
|
|
4644
4644
|
class DescribeEnvsResponse < TencentCloud::Common::AbstractModel
|
4645
4645
|
# @param EnvList: 环境信息列表
|
4646
4646
|
# @type EnvList: Array
|
4647
|
+
# @param Total: 环境个数
|
4648
|
+
# @type Total: Integer
|
4647
4649
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
4648
4650
|
# @type RequestId: String
|
4649
4651
|
|
4650
|
-
attr_accessor :EnvList, :RequestId
|
4652
|
+
attr_accessor :EnvList, :Total, :RequestId
|
4651
4653
|
|
4652
|
-
def initialize(envlist=nil, requestid=nil)
|
4654
|
+
def initialize(envlist=nil, total=nil, requestid=nil)
|
4653
4655
|
@EnvList = envlist
|
4656
|
+
@Total = total
|
4654
4657
|
@RequestId = requestid
|
4655
4658
|
end
|
4656
4659
|
|
@@ -4663,6 +4666,7 @@ module TencentCloud
|
|
4663
4666
|
@EnvList << envinfo_tmp
|
4664
4667
|
end
|
4665
4668
|
end
|
4669
|
+
@Total = params['Total']
|
4666
4670
|
@RequestId = params['RequestId']
|
4667
4671
|
end
|
4668
4672
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.501
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|