tencentcloud-sdk-ssl 3.0.729 → 3.0.731
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191205/models.rb +22 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59491879cec1bb0ec7c67f7e7039a47692ef95fe
|
|
4
|
+
data.tar.gz: 18553ab1dc455cf0a8dab74fdae775901b6f9417
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63c2413d7dad7b1fc1a1c08ac350f8d1d81da93c073ed43d5159ddf236115bf273382d191ac25a4780311775b6c8177fc6c81b42d3b08bffdebb2940aa859895
|
|
7
|
+
data.tar.gz: e2b318d3e5e040ee87149fd70205de111815332db44785475b1f9a16d5b9299964f31a535fab9782e492673088f805729cb70542515f55b5f653438d14c0c3d4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.731
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|