tencentcloud-sdk-sslpod 1.0.268 → 1.0.271
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/v20190605/models.rb +8 -3
- 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: 1a6481b655c263f4cf3da2977db2239f92601101
|
|
4
|
+
data.tar.gz: 8180ea7896d36f636b1a158fb29685e4764ad27b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c97749c9f0c519eb2880145bdea2806a2bcbf5ecc62088b1c9fd5ed93e89191586917c7aba0b28a99622bd05aaf4de5c67b6b666fcc9ba62219c9e3fe531589
|
|
7
|
+
data.tar.gz: 19bebea6ec4f3dae0296ff6b4257ad9a614fa0f335f430d6b597ab8212459644f090ff6ec0092b8f7a931a9f3157080d2c4285774dd4bbe114d76781b70988da
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.271
|
data/lib/v20190605/models.rb
CHANGED
|
@@ -442,13 +442,14 @@ module TencentCloud
|
|
|
442
442
|
# @type Offset: Integer
|
|
443
443
|
# @param Limit: 获取数量
|
|
444
444
|
# @type Limit: Integer
|
|
445
|
-
# @param SearchType: 搜索的类型有:none,tags,grade,brand,code,hash,limit。
|
|
445
|
+
# @param SearchType: 搜索的类型有:none,tags,grade,brand,code,hash,limit,domain。
|
|
446
446
|
# 选tags,入参请填Tag,
|
|
447
447
|
# 选grade,入参请填Grade,
|
|
448
448
|
# 选brand,入参请填Brand,
|
|
449
449
|
# 选code,入参请填Code,
|
|
450
450
|
# 选hash,入参请填Hash
|
|
451
451
|
# 选limit,标识只返回数量信息
|
|
452
|
+
# 选domain,入参请填Domain
|
|
452
453
|
# @type SearchType: String
|
|
453
454
|
# @param Tag: 标签,多个标签用逗号分隔
|
|
454
455
|
# @type Tag: String
|
|
@@ -464,10 +465,12 @@ module TencentCloud
|
|
|
464
465
|
# @type Item: String
|
|
465
466
|
# @param Status: 搜索图标值
|
|
466
467
|
# @type Status: String
|
|
468
|
+
# @param Domain: 搜索域名
|
|
469
|
+
# @type Domain: String
|
|
467
470
|
|
|
468
|
-
attr_accessor :Offset, :Limit, :SearchType, :Tag, :Grade, :Brand, :Code, :Hash, :Item, :Status
|
|
471
|
+
attr_accessor :Offset, :Limit, :SearchType, :Tag, :Grade, :Brand, :Code, :Hash, :Item, :Status, :Domain
|
|
469
472
|
|
|
470
|
-
def initialize(offset=nil, limit=nil, searchtype=nil, tag=nil, grade=nil, brand=nil, code=nil, hash=nil, item=nil, status=nil)
|
|
473
|
+
def initialize(offset=nil, limit=nil, searchtype=nil, tag=nil, grade=nil, brand=nil, code=nil, hash=nil, item=nil, status=nil, domain=nil)
|
|
471
474
|
@Offset = offset
|
|
472
475
|
@Limit = limit
|
|
473
476
|
@SearchType = searchtype
|
|
@@ -478,6 +481,7 @@ module TencentCloud
|
|
|
478
481
|
@Hash = hash
|
|
479
482
|
@Item = item
|
|
480
483
|
@Status = status
|
|
484
|
+
@Domain = domain
|
|
481
485
|
end
|
|
482
486
|
|
|
483
487
|
def deserialize(params)
|
|
@@ -491,6 +495,7 @@ module TencentCloud
|
|
|
491
495
|
@Hash = params['Hash']
|
|
492
496
|
@Item = params['Item']
|
|
493
497
|
@Status = params['Status']
|
|
498
|
+
@Domain = params['Domain']
|
|
494
499
|
end
|
|
495
500
|
end
|
|
496
501
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-sslpod
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.271
|
|
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-03-
|
|
11
|
+
date: 2022-03-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|