tencentcloud-sdk-tag 3.0.1057 → 3.0.1059
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/v20180813/models.rb +4 -4
- 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: ea9d5d2949ea2dc9958553655a1ebc7f4a001a8a
|
4
|
+
data.tar.gz: e3455960f6755002cc88e765ed77b259e2dea5e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58e75fd88b2757c9415c4041c6cf6853497cd29fb8b6c08f5f7b6e32030a9d8fb22b1b652080ff90fa311f33ae7ef466fbfe9979fba1b14287d7dbb6ffc58beb
|
7
|
+
data.tar.gz: e1f8e6aeb50a287c9a2975af001e8e8518a8216faa5f46b72d326a0229596e723269595f59560642f6e9ed2b34761b05e4d4689aa38a049366cae48690e15ccb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1059
|
data/lib/v20180813/models.rb
CHANGED
@@ -412,7 +412,7 @@ module TencentCloud
|
|
412
412
|
# @type ResourcePrefix: String
|
413
413
|
# @param ResourceIds: 资源ID数组,大小不超过50
|
414
414
|
# @type ResourceIds: Array
|
415
|
-
# @param ResourceRegion: 资源所在地域,示例:ap-guangzhou
|
415
|
+
# @param ResourceRegion: 资源所在地域,示例:ap-guangzhou,不区分地域的资源该字段传空字符串,区分地域的资源必填
|
416
416
|
# @type ResourceRegion: String
|
417
417
|
# @param Offset: 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
418
418
|
# @type Offset: Integer
|
@@ -491,7 +491,7 @@ module TencentCloud
|
|
491
491
|
# @type ResourcePrefix: String
|
492
492
|
# @param ResourceIds: 资源唯一标记
|
493
493
|
# @type ResourceIds: Array
|
494
|
-
# @param ResourceRegion: 资源所在地域,示例:ap-guangzhou
|
494
|
+
# @param ResourceRegion: 资源所在地域,示例:ap-guangzhou, 不区分地域的资源该字段传空字符串,区分地域的资源必填
|
495
495
|
# @type ResourceRegion: String
|
496
496
|
# @param Offset: 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
497
497
|
# @type Offset: Integer
|
@@ -1589,9 +1589,9 @@ module TencentCloud
|
|
1589
1589
|
class ModifyResourceTagsRequest < TencentCloud::Common::AbstractModel
|
1590
1590
|
# @param Resource: [ 资源六段式描述 ](https://cloud.tencent.com/document/product/598/10606)
|
1591
1591
|
# @type Resource: String
|
1592
|
-
# @param ReplaceTags: 需要增加或修改的标签集合。如果Resource描述的资源未关联输入的标签键,则增加关联;若已关联,则将该资源关联的键对应的标签值修改为输入值。本接口中ReplaceTags和DeleteTags
|
1592
|
+
# @param ReplaceTags: 需要增加或修改的标签集合。如果Resource描述的资源未关联输入的标签键,则增加关联;若已关联,则将该资源关联的键对应的标签值修改为输入值。本接口中ReplaceTags和DeleteTags二者必须存在其一,且二者不能包含相同的标签键。可以不传该参数,但不能是空数组。标签数量不超过10个。
|
1593
1593
|
# @type ReplaceTags: Array
|
1594
|
-
# @param DeleteTags: 需要解关联的标签集合。本接口中ReplaceTags和DeleteTags
|
1594
|
+
# @param DeleteTags: 需要解关联的标签集合。本接口中ReplaceTags和DeleteTags二者必须存在其一,且二者不能包含相同的标签键。可以不传该参数,但不能是空数组。标签数量不超过10个。
|
1595
1595
|
# @type DeleteTags: Array
|
1596
1596
|
|
1597
1597
|
attr_accessor :Resource, :ReplaceTags, :DeleteTags
|
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.
|
4
|
+
version: 3.0.1059
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|