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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecbc70b2bb3aeb8758da530c6fafed08cce9c60f
4
- data.tar.gz: eec8b1e1f8e67b7abf6c49e3a5aae8d96201c0a9
3
+ metadata.gz: 1a6481b655c263f4cf3da2977db2239f92601101
4
+ data.tar.gz: 8180ea7896d36f636b1a158fb29685e4764ad27b
5
5
  SHA512:
6
- metadata.gz: 6dfb7ba50fb933549cdcd13f079ffc256c8b97c613d899d69643350806276951cde82da171a4a5bc3e9a3e489998291293ebb1697b32b03be9341885af8b3530
7
- data.tar.gz: cdc73658a6ec352c099955d690564ddfff52a567a79445bb1413c30a59550c3aca381adb5f10cd76e7828b8d30e3227a3fc6579e31ada6b810c3972a7a1f4f4f
6
+ metadata.gz: 0c97749c9f0c519eb2880145bdea2806a2bcbf5ecc62088b1c9fd5ed93e89191586917c7aba0b28a99622bd05aaf4de5c67b6b666fcc9ba62219c9e3fe531589
7
+ data.tar.gz: 19bebea6ec4f3dae0296ff6b4257ad9a614fa0f335f430d6b597ab8212459644f090ff6ec0092b8f7a931a9f3157080d2c4285774dd4bbe114d76781b70988da
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.268
1
+ 1.0.271
@@ -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.268
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-02 00:00:00.000000000 Z
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