tencentcloud-sdk-ssl 3.0.454 → 3.0.455

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dcbc3e2b2426fdaabc38c5a14d4ce6af26a21d2c
4
- data.tar.gz: 43cda261848d1778bb9266ad28a91b20007350bf
3
+ metadata.gz: 8bec7ef935413708eb95bdabe71b594851e5999d
4
+ data.tar.gz: a24afb8a9f52a663affb3a28ad61e5f6b16d3ab4
5
5
  SHA512:
6
- metadata.gz: 7a2865a1b3512d7e3d7c8c1f8173713605bf0f8fabac9087751d0e38301f48086bbf3fade4488f1e9491d6b6ab28c543019f848400b36b53bf24b16649117536
7
- data.tar.gz: 8879c5d05f169ae1ede37e56727a1d2d34b8ab6c41d2123eebd45106a2055a013f42fc3f5c1a64a0437ce373a5634491714cef678fa47e1f02b7d236d9a4dc7f
6
+ metadata.gz: c97d228e7069b92ccada44cefbac3ab9f4b33b084420efb369f62d9fd841c0da64d33d1dad8efaed53e7e39e0209ef2910503b16b13db5a7c96c12957ecaef26
7
+ data.tar.gz: 892f0c6fca0e2175d496e9df3247614cc101c9b6da4f8189cb8b1a975f15ac50ccd5813efe97bd208b06386caa84b5606516ef1a72efb945de0b84ef471945b9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.454
1
+ 3.0.455
@@ -683,17 +683,21 @@ module TencentCloud
683
683
  # @type Count: Integer
684
684
  # @param Type: 资源标识:clb,cdn,live,waf,antiddos
685
685
  # @type Type: String
686
- # @param ResourceIds: 关联资源ID或关联域名
686
+ # @param ResourceIds: 不建议使用。字段返回和Resources相同。本字段后续只返回null
687
687
  # 注意:此字段可能返回 null,表示取不到有效值。
688
688
  # @type ResourceIds: Array
689
+ # @param Resources: 关联资源ID或关联域名。
690
+ # 注意:此字段可能返回 null,表示取不到有效值。
691
+ # @type Resources: Array
689
692
 
690
- attr_accessor :CertificateId, :Count, :Type, :ResourceIds
693
+ attr_accessor :CertificateId, :Count, :Type, :ResourceIds, :Resources
691
694
 
692
- def initialize(certificateid=nil, count=nil, type=nil, resourceids=nil)
695
+ def initialize(certificateid=nil, count=nil, type=nil, resourceids=nil, resources=nil)
693
696
  @CertificateId = certificateid
694
697
  @Count = count
695
698
  @Type = type
696
699
  @ResourceIds = resourceids
700
+ @Resources = resources
697
701
  end
698
702
 
699
703
  def deserialize(params)
@@ -701,6 +705,7 @@ module TencentCloud
701
705
  @Count = params['Count']
702
706
  @Type = params['Type']
703
707
  @ResourceIds = params['ResourceIds']
708
+ @Resources = params['Resources']
704
709
  end
705
710
  end
706
711
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ssl
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.454
4
+ version: 3.0.455
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-18 00:00:00.000000000 Z
11
+ date: 2022-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common