tencentcloud-sdk-tag 3.0.1067 → 3.0.1069
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 +0 -13
- 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: ecf4038ff9b45e6440fce152719a8fb231b01bdd
|
4
|
+
data.tar.gz: 06324f0400dd89a9738479f5090ff5bc92764f0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b20454fc33f0824212551ffd6760031ab7661f67d12dd716a776becac0047511b4e57ee315f7bdd9aac197d95070fb3027405c69c1f25611b5b44b441731fa1
|
7
|
+
data.tar.gz: 05842672abf5f2edef48c265eaa318e4f052ba8ac862e73f7527d2675c1ce26bbbd38e93cbc3c49f9badf3c03216629ed1c784a1b003f148d964c4b935e49076
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1069
|
data/lib/v20180813/models.rb
CHANGED
@@ -688,7 +688,6 @@ module TencentCloud
|
|
688
688
|
# @param Offset: 数据位移偏量
|
689
689
|
# @type Offset: Integer
|
690
690
|
# @param Limit: 每页大小
|
691
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
692
691
|
# @type Limit: Integer
|
693
692
|
# @param Rows: 资源标签
|
694
693
|
# @type Rows: Array
|
@@ -779,7 +778,6 @@ module TencentCloud
|
|
779
778
|
# @param Offset: 数据位移偏量
|
780
779
|
# @type Offset: Integer
|
781
780
|
# @param Limit: 每页大小
|
782
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
783
781
|
# @type Limit: Integer
|
784
782
|
# @param Rows: 资源标签
|
785
783
|
# @type Rows: Array
|
@@ -1726,10 +1724,8 @@ module TencentCloud
|
|
1726
1724
|
# 资源标签键值
|
1727
1725
|
class ResourceIdTag < TencentCloud::Common::AbstractModel
|
1728
1726
|
# @param ResourceId: 资源唯一标识
|
1729
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1730
1727
|
# @type ResourceId: String
|
1731
1728
|
# @param TagKeyValues: 标签键值对
|
1732
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1733
1729
|
# @type TagKeyValues: Array
|
1734
1730
|
|
1735
1731
|
attr_accessor :ResourceId, :TagKeyValues
|
@@ -1755,19 +1751,14 @@ module TencentCloud
|
|
1755
1751
|
# 资源标签
|
1756
1752
|
class ResourceTag < TencentCloud::Common::AbstractModel
|
1757
1753
|
# @param ResourceRegion: 资源所在地域
|
1758
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1759
1754
|
# @type ResourceRegion: String
|
1760
1755
|
# @param ServiceType: 业务类型
|
1761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1762
1756
|
# @type ServiceType: String
|
1763
1757
|
# @param ResourcePrefix: 资源前缀
|
1764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1765
1758
|
# @type ResourcePrefix: String
|
1766
1759
|
# @param ResourceId: 资源唯一标记
|
1767
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1768
1760
|
# @type ResourceId: String
|
1769
1761
|
# @param Tags: 资源标签
|
1770
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1771
1762
|
# @type Tags: Array
|
1772
1763
|
|
1773
1764
|
attr_accessor :ResourceRegion, :ServiceType, :ResourcePrefix, :ResourceId, :Tags
|
@@ -1831,7 +1822,6 @@ module TencentCloud
|
|
1831
1822
|
# @param TagValue: 标签值
|
1832
1823
|
# @type TagValue: String
|
1833
1824
|
# @param Category: 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
|
1834
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1835
1825
|
# @type Category: String
|
1836
1826
|
|
1837
1827
|
attr_accessor :TagKey, :TagValue, :Category
|
@@ -1898,10 +1888,8 @@ module TencentCloud
|
|
1898
1888
|
# @param TagValueMd5: 标签值MD5值
|
1899
1889
|
# @type TagValueMd5: String
|
1900
1890
|
# @param ServiceType: 资源类型
|
1901
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1902
1891
|
# @type ServiceType: String
|
1903
1892
|
# @param Category: 标签类型。取值: Custom:自定义标签。 System:系统标签。
|
1904
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1905
1893
|
# @type Category: String
|
1906
1894
|
|
1907
1895
|
attr_accessor :TagKey, :TagValue, :ResourceId, :TagKeyMd5, :TagValueMd5, :ServiceType, :Category
|
@@ -1997,7 +1985,6 @@ module TencentCloud
|
|
1997
1985
|
# @param CanDelete: 是否可以删除
|
1998
1986
|
# @type CanDelete: Integer
|
1999
1987
|
# @param Category: 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
|
2000
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2001
1988
|
# @type Category: String
|
2002
1989
|
|
2003
1990
|
attr_accessor :TagKey, :TagValue, :CanDelete, :Category
|
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.1069
|
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-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|