tencentcloud-sdk-iss 3.0.816 → 3.0.818

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: d49a84dcbda5acffde99feb08bd8999b7cb8e1d2
4
+ data.tar.gz: 16c9d6a5ae522c751e917d798ce9f07297054d56
5
5
  SHA512:
6
- metadata.gz: 8af2e139737e942d632471176b135dda23f3e13213ef10604189bcbaaa3b1c840d8bd31dd0e263ccdaa4be8b1b6416e84943fbff07b30128d98e4ad7be6d56f5
7
- data.tar.gz: 6f0f384d5bfbef0cbbb1de160f65db276efed4968c3c2ff92834534b07abfa0a4d122579c294a37e3bd8264f44df9423986eb0cebbf9841c0da9c54d51b6123a
6
+ metadata.gz: a473667580e5bd46a664873d434136f84967809a2b4d4f94f318febc4b8e0660a46e458915fa8bbdbd46312a553f1c497f69462837dc9e6f5213d87e872103ef
7
+ data.tar.gz: db56523a6fca7b3ecd9bccd0768257e4f584d798ded20ab353e42998404623029a2a0e7d8b4e533ddf558de32ecbcad7ea668019f68a679321eb9dd7a0baa34f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.816
1
+ 3.0.818
@@ -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.818
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-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common