tencentcloud-sdk-wss 3.0.590 → 3.0.591

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2e4c8c737a6a25cd4defb25249998a3a0e570de
4
- data.tar.gz: d3c4eb35d0c51f5a914af6fccecdcfcd6a8d7f99
3
+ metadata.gz: 7c646285f21d6d327669b83fdabd1c50f341f27a
4
+ data.tar.gz: 42e7481f92bb74edc2683709b05a2a0cfcd8b864
5
5
  SHA512:
6
- metadata.gz: 072f87e63deef3b3079fa98e4d00c18003a389a27d514181bf70a180660a949e3602f9c913775007050be85a6970ce0fa7cef665f74d628930d6a8c20e885997
7
- data.tar.gz: 6206f603c552d20f93487fd2881216aa0b4e6bded0ef009fb3179e8dbd5a22511627202f2ff83525a65e62e4c61e073f9b8ca63c2d90bf3e54d5527b94732461
6
+ metadata.gz: a8126c205c65239b1615d3b52dd46c03e4381bfa3d54467ae4d6cf722e8ca64c421746967a6c4b479fe1708447be777e4a3f4db5fdf9bafef1cd079af1a03aea
7
+ data.tar.gz: ce3515d38995fadbfe4085017f264f4009eb052c62686919a881026ea863be3762a68df80ed03621898316c94336ff521c7dd717874deb5ae9cc7a14231dcf1c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type ModuleType: String
26
26
 
27
27
  attr_accessor :Id, :ModuleType
28
-
28
+
29
29
  def initialize(id=nil, moduletype=nil)
30
30
  @Id = id
31
31
  @ModuleType = moduletype
@@ -43,7 +43,7 @@ module TencentCloud
43
43
  # @type RequestId: String
44
44
 
45
45
  attr_accessor :RequestId
46
-
46
+
47
47
  def initialize(requestid=nil)
48
48
  @RequestId = requestid
49
49
  end
@@ -73,7 +73,7 @@ module TencentCloud
73
73
  # @type AltDomain: String
74
74
 
75
75
  attr_accessor :ModuleType, :Offset, :Limit, :SearchKey, :CertType, :Id, :WithCert, :AltDomain
76
-
76
+
77
77
  def initialize(moduletype=nil, offset=nil, limit=nil, searchkey=nil, certtype=nil, id=nil, withcert=nil, altdomain=nil)
78
78
  @ModuleType = moduletype
79
79
  @Offset = offset
@@ -107,7 +107,7 @@ module TencentCloud
107
107
  # @type RequestId: String
108
108
 
109
109
  attr_accessor :TotalCount, :CertificateSet, :RequestId
110
-
110
+
111
111
  def initialize(totalcount=nil, certificateset=nil, requestid=nil)
112
112
  @TotalCount = totalcount
113
113
  @CertificateSet = certificateset
@@ -210,7 +210,7 @@ module TencentCloud
210
210
  # @type Cert: String
211
211
 
212
212
  attr_accessor :OwnerUin, :ProjectId, :From, :Type, :CertType, :ProductZhName, :Domain, :Alias, :Status, :VulnerabilityStatus, :StatusMsg, :VerifyType, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :ProjectInfo, :Id, :SubjectAltName, :TypeName, :StatusName, :IsVip, :IsDv, :IsWildcard, :IsVulnerability, :Cert
213
-
213
+
214
214
  def initialize(owneruin=nil, projectid=nil, from=nil, type=nil, certtype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, vulnerabilitystatus=nil, statusmsg=nil, verifytype=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, projectinfo=nil, id=nil, subjectaltname=nil, typename=nil, statusname=nil, isvip=nil, isdv=nil, iswildcard=nil, isvulnerability=nil, cert=nil)
215
215
  @OwnerUin = owneruin
216
216
  @ProjectId = projectid
@@ -295,7 +295,7 @@ module TencentCloud
295
295
  # @type Info: String
296
296
 
297
297
  attr_accessor :ProjectId, :OwnerUin, :Name, :CreatorUin, :CreateTime, :Info
298
-
298
+
299
299
  def initialize(projectid=nil, owneruin=nil, name=nil, creatoruin=nil, createtime=nil, info=nil)
300
300
  @ProjectId = projectid
301
301
  @OwnerUin = owneruin
@@ -331,7 +331,7 @@ module TencentCloud
331
331
  # @type Alias: String
332
332
 
333
333
  attr_accessor :Cert, :CertType, :ProjectId, :ModuleType, :Key, :Alias
334
-
334
+
335
335
  def initialize(cert=nil, certtype=nil, projectid=nil, moduletype=nil, key=nil, _alias=nil)
336
336
  @Cert = cert
337
337
  @CertType = certtype
@@ -359,7 +359,7 @@ module TencentCloud
359
359
  # @type RequestId: String
360
360
 
361
361
  attr_accessor :Id, :RequestId
362
-
362
+
363
363
  def initialize(id=nil, requestid=nil)
364
364
  @Id = id
365
365
  @RequestId = requestid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-wss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.591
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-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common