tencentcloud-sdk-ssl 3.0.454 → 3.0.456

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: fe53692eb4088f1001133ab19a08c308ccc90a9d
4
+ data.tar.gz: 601996c5b1848b7fdf0d75d657cb68ad82a0873b
5
5
  SHA512:
6
- metadata.gz: 7a2865a1b3512d7e3d7c8c1f8173713605bf0f8fabac9087751d0e38301f48086bbf3fade4488f1e9491d6b6ab28c543019f848400b36b53bf24b16649117536
7
- data.tar.gz: 8879c5d05f169ae1ede37e56727a1d2d34b8ab6c41d2123eebd45106a2055a013f42fc3f5c1a64a0437ce373a5634491714cef678fa47e1f02b7d236d9a4dc7f
6
+ metadata.gz: 9cc1b679f891418431cc42eebff20c6ce6d8ab5978ba192833d98326971a802e9bd6e70c2a8859ae570f955ae40f3d3814c16f5895fc8c57671d04a18ecda47d
7
+ data.tar.gz: 381fc3a1c2ca1e1363cbbd649c4a673efa64b5356c6b1f1b9e5482c4fa0c2a468e52f486881218944a17060502448fc008a7624e3d4b1acb27ff48fbd817f237
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.454
1
+ 3.0.456
@@ -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.456
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-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common