tencentcloud-sdk-tione 3.0.693 → 3.0.694

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: c749b8fbc7e0ccba4aafafcb7482021d38bff916
4
- data.tar.gz: 34e7d2c1ef5463b5c18ded2e091d31a90fe35d2f
3
+ metadata.gz: 2c4db8532998b553b43d5a536d494001649999b2
4
+ data.tar.gz: 58b30f589e8bf64fd43f27178068d3600b56162a
5
5
  SHA512:
6
- metadata.gz: 9298387fcdfabd6c14465780274fbcfa49e679d2c048896ccffa7cabf424d3f1d083f72b563ede49d9c542212ad40cd9947e5ec84a3e3ddfd941f897b4d1d971
7
- data.tar.gz: 8e13f2d9d3dac71aeea30e6c3a9018ff2c747675e84a2e0d90e263cbbe15839a9899f8e606d195c1e1ddec496c667f24b1a92be4e50316caba93ca4008acb310
6
+ metadata.gz: 26f55ccf452ee6e9387b9169061745aad7749c2d1ee83bfb8de0238097fa2a38d359e67d1f53b1d878dc031993aadf9d26ec73f51322942aeab4847b5a96db85
7
+ data.tar.gz: ab4302e0e2ce9cfb3f83698ef7f2fb63f376b741a4f8b0d1ae02526f1a3a0f8c1e21804561d62e005c87014c65fc472cba365a6a6385d3d9bd67041f4fe551cd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.693
1
+ 3.0.694
@@ -4929,7 +4929,7 @@ module TencentCloud
4929
4929
  # @param TotalCount: 数量
4930
4930
  # @type TotalCount: Integer
4931
4931
  # @param PodInfoList: pod详细信息
4932
- # @type PodInfoList: :class:`Tencentcloud::Tione.v20211111.models.PodInfo`
4932
+ # @type PodInfoList: Array
4933
4933
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4934
4934
  # @type RequestId: String
4935
4935
 
@@ -4946,8 +4946,12 @@ module TencentCloud
4946
4946
  @PodNames = params['PodNames']
4947
4947
  @TotalCount = params['TotalCount']
4948
4948
  unless params['PodInfoList'].nil?
4949
- @PodInfoList = PodInfo.new
4950
- @PodInfoList.deserialize(params['PodInfoList'])
4949
+ @PodInfoList = []
4950
+ params['PodInfoList'].each do |i|
4951
+ podinfo_tmp = PodInfo.new
4952
+ podinfo_tmp.deserialize(i)
4953
+ @PodInfoList << podinfo_tmp
4954
+ end
4951
4955
  end
4952
4956
  @RequestId = params['RequestId']
4953
4957
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tione
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.693
4
+ version: 3.0.694
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-11-05 00:00:00.000000000 Z
11
+ date: 2023-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common