tencentcloud-sdk-ssl 3.0.730 → 3.0.732

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191205/models.rb +22 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd98285c1e7cf0ea4e714263eca61d792b0952ed
4
- data.tar.gz: cd31f5d185c8718a720b19b7d784f9c2a7c5972d
3
+ metadata.gz: 7c12d1746f5900fcad0c50ade458ad3cbd7436e3
4
+ data.tar.gz: 3201ea825efe789db52b4ee973a3600d24ca7f7a
5
5
  SHA512:
6
- metadata.gz: ce15f2170e9bdc704517dd1b6a0474bad0ef4249ee0efd92d47b0c7b0c1e912b05b1e8d49140463bb61630481333ce855c2b077ed9d2c884a1963d8de8bb9278
7
- data.tar.gz: 0e2337e606115f6bdfb475dc36bb12851fa2f3f62233567c694a2a850bd10c3e78b5d97ee20605309bffa2ffd3cfa59096b675ff086d5bb61992fe3aae245079
6
+ metadata.gz: 6b4fc1fd92e8029f421153d4241ac4ef6972fd3ad268f64278f26733e8b9d4eca9f708354da526c03b876c97bd5fc24e1c8d2cd20909f6722db5d6853b4440f7
7
+ data.tar.gz: 11982fcf7ffed05396dee39bb73c90768ecc0d788ba29e4a53befdb921b26fa2ee88a7771e3bd92f0698d651752a8dfc1a0bd1b2f80cb669c148d7b83660a131
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.730
1
+ 3.0.732
@@ -4812,17 +4812,37 @@ module TencentCloud
4812
4812
  # @type Action: String
4813
4813
  # @param CreatedOn: 操作时间。
4814
4814
  # @type CreatedOn: String
4815
+ # @param Uin: 主账号
4816
+ # 注意:此字段可能返回 null,表示取不到有效值。
4817
+ # @type Uin: String
4818
+ # @param SubAccountUin: 子账号
4819
+ # 注意:此字段可能返回 null,表示取不到有效值。
4820
+ # @type SubAccountUin: String
4821
+ # @param CertId: 证书ID
4822
+ # 注意:此字段可能返回 null,表示取不到有效值。
4823
+ # @type CertId: String
4824
+ # @param Type: 操作
4825
+ # 注意:此字段可能返回 null,表示取不到有效值。
4826
+ # @type Type: String
4815
4827
 
4816
- attr_accessor :Action, :CreatedOn
4828
+ attr_accessor :Action, :CreatedOn, :Uin, :SubAccountUin, :CertId, :Type
4817
4829
 
4818
- def initialize(action=nil, createdon=nil)
4830
+ def initialize(action=nil, createdon=nil, uin=nil, subaccountuin=nil, certid=nil, type=nil)
4819
4831
  @Action = action
4820
4832
  @CreatedOn = createdon
4833
+ @Uin = uin
4834
+ @SubAccountUin = subaccountuin
4835
+ @CertId = certid
4836
+ @Type = type
4821
4837
  end
4822
4838
 
4823
4839
  def deserialize(params)
4824
4840
  @Action = params['Action']
4825
4841
  @CreatedOn = params['CreatedOn']
4842
+ @Uin = params['Uin']
4843
+ @SubAccountUin = params['SubAccountUin']
4844
+ @CertId = params['CertId']
4845
+ @Type = params['Type']
4826
4846
  end
4827
4847
  end
4828
4848
 
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.730
4
+ version: 3.0.732
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-12-18 00:00:00.000000000 Z
11
+ date: 2023-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common