tencentcloud-sdk-tag 3.0.786 → 3.0.788

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: f0adf521fee1759246f52a421149ce0e21030f10
4
- data.tar.gz: 0c933409c6ed5429f8806bc04a710eddfc2e861c
3
+ metadata.gz: d7b4cea16e9b4fb1f0d7fbcd35890bd964e3dd33
4
+ data.tar.gz: 9e5cfc81223f8142a6c095f9e98a961703c3878c
5
5
  SHA512:
6
- metadata.gz: f026474294b93983575c925d5841691aeb8f381121748e7b2e4b7e1a86ece87684a9f3e36a1b0cffb38fa65debfc97787a90dd19cde3f318ae384c851183c203
7
- data.tar.gz: f0053984d12f83d02f6515f6d402d3024d97962f1147f7afa37241049f6f32e96ff6a94f7489d80d8d914c11d13b9c028b25b783626fc8f54756dceb571f6b9f
6
+ metadata.gz: 700f13693da38c1754da0d349931ba75bf86b2698ddb28626edb107563c78b981e653b3f2c72c8187850994264b0be8e4278d8b044e801d3b316d7c7ad292c45
7
+ data.tar.gz: 524f6035c1ae567b3b58c2a666f92cf332d8dbe864238c5c34e0ab5a61693849756e98970fe0f4b98c8c7be6803dc88e47886b58bea87c96d8d43233f101bc71
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.786
1
+ 3.0.788
@@ -41,7 +41,7 @@ module TencentCloud
41
41
  class AddProjectResponse < TencentCloud::Common::AbstractModel
42
42
  # @param ProjectId: 项目Id
43
43
  # @type ProjectId: Integer
44
- # @param IsNew: 是否为新项目
44
+ # @param IsNew: 是否为新项目,1是新项目,0不是新项目
45
45
  # @type IsNew: Integer
46
46
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
47
47
  # @type RequestId: String
@@ -1437,7 +1437,7 @@ module TencentCloud
1437
1437
 
1438
1438
  # GetTagKeys返回参数结构体
1439
1439
  class GetTagKeysResponse < TencentCloud::Common::AbstractModel
1440
- # @param PaginationToken: 获取的下一页的Token
1440
+ # @param PaginationToken: 获取的下一页的Token值,如果当前是最后一页,返回为空
1441
1441
  # @type PaginationToken: String
1442
1442
  # @param TagKeys: 标签键信息。
1443
1443
  # @type TagKeys: Array
@@ -1493,7 +1493,7 @@ module TencentCloud
1493
1493
 
1494
1494
  # GetTagValues返回参数结构体
1495
1495
  class GetTagValuesResponse < TencentCloud::Common::AbstractModel
1496
- # @param PaginationToken: 获取的下一页的Token
1496
+ # @param PaginationToken: 获取的下一页的Token值,如果当前是最后一页,返回为空
1497
1497
  # @type PaginationToken: String
1498
1498
  # @param Tags: 标签列表。
1499
1499
  # @type Tags: Array
@@ -1556,7 +1556,7 @@ module TencentCloud
1556
1556
 
1557
1557
  # GetTags返回参数结构体
1558
1558
  class GetTagsResponse < TencentCloud::Common::AbstractModel
1559
- # @param PaginationToken: 获取的下一页的Token
1559
+ # @param PaginationToken: 获取的下一页的Token值,如果当前是最后一页,返回为空
1560
1560
  # @type PaginationToken: String
1561
1561
  # @param Tags: 标签列表。
1562
1562
  # @type Tags: Array
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tag
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.786
4
+ version: 3.0.788
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-19 00:00:00.000000000 Z
11
+ date: 2024-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common