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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0021278fd170691aa8b6f4ecad5f0306b9efa57c
4
- data.tar.gz: 6e09e581c31182790c745e8676226ebdeb882a8b
3
+ metadata.gz: 051806162795b74c491220f61163afe3f50bb0d7
4
+ data.tar.gz: 4d31568665029a49d3dbae6ca5b1f8a1e9682ffe
5
5
  SHA512:
6
- metadata.gz: 925230ee700e8106ca3c73f0147cbad4fa29115baa0e0fcb76840618f483cfb2994646bb3cab3e92e0dcdd7648a156541a4893653e34c6561b127a5c3e17440e
7
- data.tar.gz: 2584d009e0b7f5fcfc142778647bbc4d0c0118c08105370db6133fbf09f56612da6028cef923fcd6978ed5dc683f904a5af08b41632c1a49fe31c7a8bed84766
6
+ metadata.gz: 870736cadbb1eb0448098ad14066247390f12a39c9886bf456689d2d87dec0b39fe47e222871517b4e0384b84141b6e16494beb00f7d564e4d2b1a758edfa795
7
+ data.tar.gz: 0daf35e6795c22e589abd815114ae636a7596c2ae698c86fe835a09be1beedf96e46a30944a8a9f9bfbbf869dc28cfdce964228152445e913fede9beac5933c2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.500
1
+ 3.0.501
@@ -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.500
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-02 00:00:00.000000000 Z
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