tencentcloud-sdk-ssl 3.0.730 → 3.0.731

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: 59491879cec1bb0ec7c67f7e7039a47692ef95fe
4
+ data.tar.gz: 18553ab1dc455cf0a8dab74fdae775901b6f9417
5
5
  SHA512:
6
- metadata.gz: ce15f2170e9bdc704517dd1b6a0474bad0ef4249ee0efd92d47b0c7b0c1e912b05b1e8d49140463bb61630481333ce855c2b077ed9d2c884a1963d8de8bb9278
7
- data.tar.gz: 0e2337e606115f6bdfb475dc36bb12851fa2f3f62233567c694a2a850bd10c3e78b5d97ee20605309bffa2ffd3cfa59096b675ff086d5bb61992fe3aae245079
6
+ metadata.gz: 63c2413d7dad7b1fc1a1c08ac350f8d1d81da93c073ed43d5159ddf236115bf273382d191ac25a4780311775b6c8177fc6c81b42d3b08bffdebb2940aa859895
7
+ data.tar.gz: e2b318d3e5e040ee87149fd70205de111815332db44785475b1f9a16d5b9299964f31a535fab9782e492673088f805729cb70542515f55b5f653438d14c0c3d4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.730
1
+ 3.0.731
@@ -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.731
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-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common