tencentcloud-sdk-ssl 1.0.328 → 1.0.331

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191205/models.rb +17 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd794d66a679506e464f9d7e2497cdfd92d62484
4
- data.tar.gz: 01ce084fe01c741ca067626c0dea7f5e24fc3e6d
3
+ metadata.gz: a201b0555edfa9780e1cca09e99c55b90cdd1a5b
4
+ data.tar.gz: 5e6be6fd965b9ca68d35a102d6a8aad5c4022a8c
5
5
  SHA512:
6
- metadata.gz: 1ce89824bb4eb0d6b160e7d3b163dfc9b2c4e24fab842f5910bf72270fb4999b0874e5cb2f743a79f3638bdb9293f49ec96abdf348d55b6ac8334b54c2cbf972
7
- data.tar.gz: e04a3277224e90a252ff33c9c883683d0a1372a2d6cb2d1aac8b612ed39d271cddcd554a0c96d9503e6754d90cdeb4c0b5064b89cdb7514e78b9e2ee2806201b
6
+ metadata.gz: cf7dc6cb29f238d38170193b343b1581c17b2053066685edc84d0bc44a9d933a9fc909e0cb01908471515a43022479dbf5d91a1c980d3c2684e9d3c36a045f84
7
+ data.tar.gz: 0b4fbc9401bf795503959e78af48deddb84a730f14d6e5231e369e94b0cda6da24d381708768b8110abd5f7b35cee3c21929ceab9b4cbdfb290d2be8fbd07b5f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.328
1
+ 1.0.331
@@ -2081,12 +2081,28 @@ module TencentCloud
2081
2081
 
2082
2082
  # 根证书
2083
2083
  class RootCertificates < TencentCloud::Common::AbstractModel
2084
+ # @param Sign: 国密签名证书
2085
+ # 注意:此字段可能返回 null,表示取不到有效值。
2086
+ # @type Sign: String
2087
+ # @param Encrypt: 国密加密证书
2088
+ # 注意:此字段可能返回 null,表示取不到有效值。
2089
+ # @type Encrypt: String
2090
+ # @param Standard: 标准证书
2091
+ # 注意:此字段可能返回 null,表示取不到有效值。
2092
+ # @type Standard: String
2084
2093
 
2094
+ attr_accessor :Sign, :Encrypt, :Standard
2085
2095
 
2086
- def initialize()
2096
+ def initialize(sign=nil, encrypt=nil, standard=nil)
2097
+ @Sign = sign
2098
+ @Encrypt = encrypt
2099
+ @Standard = standard
2087
2100
  end
2088
2101
 
2089
2102
  def deserialize(params)
2103
+ @Sign = params['Sign']
2104
+ @Encrypt = params['Encrypt']
2105
+ @Standard = params['Standard']
2090
2106
  end
2091
2107
  end
2092
2108
 
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: 1.0.328
4
+ version: 1.0.331
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-07 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common