tencentcloud-sdk-wss 3.0.589 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180426/models.rb +8 -8
- 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: 7c646285f21d6d327669b83fdabd1c50f341f27a
|
4
|
+
data.tar.gz: 42e7481f92bb74edc2683709b05a2a0cfcd8b864
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8126c205c65239b1615d3b52dd46c03e4381bfa3d54467ae4d6cf722e8ca64c421746967a6c4b479fe1708447be777e4a3f4db5fdf9bafef1cd079af1a03aea
|
7
|
+
data.tar.gz: ce3515d38995fadbfe4085017f264f4009eb052c62686919a881026ea863be3762a68df80ed03621898316c94336ff521c7dd717874deb5ae9cc7a14231dcf1c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20180426/models.rb
CHANGED
@@ -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.
|
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-
|
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
|