tencentcloud-sdk-iss 3.0.816 → 3.0.817

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: 085e4502f7655d00d0de272b589f7357e09ca4be
4
- data.tar.gz: e464ef4f89925d643065ce5ccba3ad0ce6efa330
3
+ metadata.gz: 9b019fd83e8108b0f2965e299525d176bd6db1c9
4
+ data.tar.gz: b1ad40ccac2750b42aba267b46a6ad1ca87f8d4c
5
5
  SHA512:
6
- metadata.gz: 8af2e139737e942d632471176b135dda23f3e13213ef10604189bcbaaa3b1c840d8bd31dd0e263ccdaa4be8b1b6416e84943fbff07b30128d98e4ad7be6d56f5
7
- data.tar.gz: 6f0f384d5bfbef0cbbb1de160f65db276efed4968c3c2ff92834534b07abfa0a4d122579c294a37e3bd8264f44df9423986eb0cebbf9841c0da9c54d51b6123a
6
+ metadata.gz: 6a1ca097c7deb574e32c519c2ac215b1aa8d812b953fa32f98ac81021dee9ef1ba97ea2103af0802f24e48977693329acb45493c30064d96c847f92017eab89f
7
+ data.tar.gz: 2c127e74e97c7e5c0c68017b237642940a84015d7f3b049226f31d144186a2a5041fc7ebc4e54b255942816079f7ac1bcd74e2cc543f9ceae4e009a7a7cf62eb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.816
1
+ 3.0.817
@@ -2690,10 +2690,13 @@ module TencentCloud
2690
2690
  # @param AppId: 用户ID
2691
2691
  # 注意:此字段可能返回 null,表示取不到有效值。
2692
2692
  # @type AppId: Integer
2693
+ # @param CertId: 证书ID
2694
+ # 注意:此字段可能返回 null,表示取不到有效值。
2695
+ # @type CertId: String
2693
2696
 
2694
- attr_accessor :Id, :PlayDomain, :InternalDomain, :HaveCert, :ClusterId, :ClusterName, :AppId
2697
+ attr_accessor :Id, :PlayDomain, :InternalDomain, :HaveCert, :ClusterId, :ClusterName, :AppId, :CertId
2695
2698
 
2696
- def initialize(id=nil, playdomain=nil, internaldomain=nil, havecert=nil, clusterid=nil, clustername=nil, appid=nil)
2699
+ def initialize(id=nil, playdomain=nil, internaldomain=nil, havecert=nil, clusterid=nil, clustername=nil, appid=nil, certid=nil)
2697
2700
  @Id = id
2698
2701
  @PlayDomain = playdomain
2699
2702
  @InternalDomain = internaldomain
@@ -2701,6 +2704,7 @@ module TencentCloud
2701
2704
  @ClusterId = clusterid
2702
2705
  @ClusterName = clustername
2703
2706
  @AppId = appid
2707
+ @CertId = certid
2704
2708
  end
2705
2709
 
2706
2710
  def deserialize(params)
@@ -2711,6 +2715,7 @@ module TencentCloud
2711
2715
  @ClusterId = params['ClusterId']
2712
2716
  @ClusterName = params['ClusterName']
2713
2717
  @AppId = params['AppId']
2718
+ @CertId = params['CertId']
2714
2719
  end
2715
2720
  end
2716
2721
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.816
4
+ version: 3.0.817
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-07 00:00:00.000000000 Z
11
+ date: 2024-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20230517/client.rb
37
36
  - lib/v20230517/models.rb
37
+ - lib/v20230517/client.rb
38
38
  - lib/tencentcloud-sdk-iss.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby