tencentcloud-sdk-wss 3.0.590 → 3.0.592
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: 08188055b3a13cae70d1221aff7820b7a85e52b7
|
4
|
+
data.tar.gz: 275fa716a3026f843b5b9438db59d20b4440c74f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: deb95a3ef1fc03d33bad10986806ff1e9ea72ccf9e191ebe901e971fc49b7a72d852edfcebfd0359ad98cfd1b686f2b1687513c25ae74c3792938e8ecca92e58
|
7
|
+
data.tar.gz: 557864bc05be4571dfd94f18e96fbee4e4703fe05454ed9e0de743accd974848bdaccc183f966ce49e8c7937996bd7b9b0c55f201ae1d9fc80ba0c715490286e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.592
|
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.592
|
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-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|