tencentcloud-sdk-tag 3.0.663 → 3.0.664

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180813/models.rb +59 -21
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 529b746491c4bb21fb31728d00dc1467a6f8f872
4
- data.tar.gz: c2f495baf524eab3c85df6f1fe3361e2648f61b9
3
+ metadata.gz: 4721182046089522754c54dad74bf5e3bbea4fac
4
+ data.tar.gz: 9e3058a0c687de07c5821926129e660ab0e9b884
5
5
  SHA512:
6
- metadata.gz: 3b4c9d6fbc8059d0d793b978f35f92a4a9216b888d164d43af22c7b522a75a9c0084702b99eefabccc7a8a677c20c558bfe684973646304fb704997c1dfb3b3f
7
- data.tar.gz: 70eda98c2b6ffc3ec0048bb91a05acaeeb7eeb0b6d07e75be9d6b9ba1bab4eacace2a87de8af5da922ebfcc56658b9896d0454d850c918b97eb0164281571682
6
+ metadata.gz: ce74939294dd6571dc521a315155b5a32dcdb1054386e2906f1cd8359d6111c9320e8942cc20e38a07b8cbeab7dd79ce536def3812d150091e685781cea0509f
7
+ data.tar.gz: 815c2a752be918815e2c53a6671b8815c14c8c12081511bd21d5e50cd8c373a58b55bf98d8df42dc07164f4c0323b4b18d9df842ef96c7ded5459edb6ba678ba
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.663
1
+ 3.0.664
@@ -410,16 +410,19 @@ module TencentCloud
410
410
  # @type Offset: Integer
411
411
  # @param Limit: 每页大小,默认为 15
412
412
  # @type Limit: Integer
413
+ # @param Category: 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
414
+ # @type Category: String
413
415
 
414
- attr_accessor :ServiceType, :ResourcePrefix, :ResourceIds, :ResourceRegion, :Offset, :Limit
416
+ attr_accessor :ServiceType, :ResourcePrefix, :ResourceIds, :ResourceRegion, :Offset, :Limit, :Category
415
417
 
416
- def initialize(servicetype=nil, resourceprefix=nil, resourceids=nil, resourceregion=nil, offset=nil, limit=nil)
418
+ def initialize(servicetype=nil, resourceprefix=nil, resourceids=nil, resourceregion=nil, offset=nil, limit=nil, category=nil)
417
419
  @ServiceType = servicetype
418
420
  @ResourcePrefix = resourceprefix
419
421
  @ResourceIds = resourceids
420
422
  @ResourceRegion = resourceregion
421
423
  @Offset = offset
422
424
  @Limit = limit
425
+ @Category = category
423
426
  end
424
427
 
425
428
  def deserialize(params)
@@ -429,6 +432,7 @@ module TencentCloud
429
432
  @ResourceRegion = params['ResourceRegion']
430
433
  @Offset = params['Offset']
431
434
  @Limit = params['Limit']
435
+ @Category = params['Category']
432
436
  end
433
437
  end
434
438
 
@@ -896,18 +900,21 @@ module TencentCloud
896
900
  # @type CreateUin: Integer
897
901
  # @param Offset: 数据偏移量,默认为 0, 必须为Limit参数的整数倍
898
902
  # @type Offset: Integer
899
- # @param Limit: 每页大小,默认为 15
903
+ # @param Limit: 每页大小,默认为 15,最大1000
900
904
  # @type Limit: Integer
901
905
  # @param ShowProject: 是否展现项目
902
906
  # @type ShowProject: Integer
907
+ # @param Category: 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
908
+ # @type Category: String
903
909
 
904
- attr_accessor :CreateUin, :Offset, :Limit, :ShowProject
910
+ attr_accessor :CreateUin, :Offset, :Limit, :ShowProject, :Category
905
911
 
906
- def initialize(createuin=nil, offset=nil, limit=nil, showproject=nil)
912
+ def initialize(createuin=nil, offset=nil, limit=nil, showproject=nil, category=nil)
907
913
  @CreateUin = createuin
908
914
  @Offset = offset
909
915
  @Limit = limit
910
916
  @ShowProject = showproject
917
+ @Category = category
911
918
  end
912
919
 
913
920
  def deserialize(params)
@@ -915,6 +922,7 @@ module TencentCloud
915
922
  @Offset = params['Offset']
916
923
  @Limit = params['Limit']
917
924
  @ShowProject = params['ShowProject']
925
+ @Category = params['Category']
918
926
  end
919
927
  end
920
928
 
@@ -960,14 +968,17 @@ module TencentCloud
960
968
  # @type Offset: Integer
961
969
  # @param Limit: 每页大小,默认为 15
962
970
  # @type Limit: Integer
971
+ # @param Category: 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
972
+ # @type Category: String
963
973
 
964
- attr_accessor :TagKeys, :CreateUin, :Offset, :Limit
974
+ attr_accessor :TagKeys, :CreateUin, :Offset, :Limit, :Category
965
975
 
966
- def initialize(tagkeys=nil, createuin=nil, offset=nil, limit=nil)
976
+ def initialize(tagkeys=nil, createuin=nil, offset=nil, limit=nil, category=nil)
967
977
  @TagKeys = tagkeys
968
978
  @CreateUin = createuin
969
979
  @Offset = offset
970
980
  @Limit = limit
981
+ @Category = category
971
982
  end
972
983
 
973
984
  def deserialize(params)
@@ -975,6 +986,7 @@ module TencentCloud
975
986
  @CreateUin = params['CreateUin']
976
987
  @Offset = params['Offset']
977
988
  @Limit = params['Limit']
989
+ @Category = params['Category']
978
990
  end
979
991
  end
980
992
 
@@ -1397,17 +1409,21 @@ module TencentCloud
1397
1409
  # @param MaxResults: 每一页返回的数据最大条数,最大1000。
1398
1410
  # 缺省值:50。
1399
1411
  # @type MaxResults: Integer
1412
+ # @param Category: 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
1413
+ # @type Category: String
1400
1414
 
1401
- attr_accessor :PaginationToken, :MaxResults
1415
+ attr_accessor :PaginationToken, :MaxResults, :Category
1402
1416
 
1403
- def initialize(paginationtoken=nil, maxresults=nil)
1417
+ def initialize(paginationtoken=nil, maxresults=nil, category=nil)
1404
1418
  @PaginationToken = paginationtoken
1405
1419
  @MaxResults = maxresults
1420
+ @Category = category
1406
1421
  end
1407
1422
 
1408
1423
  def deserialize(params)
1409
1424
  @PaginationToken = params['PaginationToken']
1410
1425
  @MaxResults = params['MaxResults']
1426
+ @Category = params['Category']
1411
1427
  end
1412
1428
  end
1413
1429
 
@@ -1447,19 +1463,23 @@ module TencentCloud
1447
1463
  # @param MaxResults: 每一页返回的数据最大条数,最大1000。
1448
1464
  # 缺省值:50。
1449
1465
  # @type MaxResults: Integer
1466
+ # @param Category: 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
1467
+ # @type Category: String
1450
1468
 
1451
- attr_accessor :TagKeys, :PaginationToken, :MaxResults
1469
+ attr_accessor :TagKeys, :PaginationToken, :MaxResults, :Category
1452
1470
 
1453
- def initialize(tagkeys=nil, paginationtoken=nil, maxresults=nil)
1471
+ def initialize(tagkeys=nil, paginationtoken=nil, maxresults=nil, category=nil)
1454
1472
  @TagKeys = tagkeys
1455
1473
  @PaginationToken = paginationtoken
1456
1474
  @MaxResults = maxresults
1475
+ @Category = category
1457
1476
  end
1458
1477
 
1459
1478
  def deserialize(params)
1460
1479
  @TagKeys = params['TagKeys']
1461
1480
  @PaginationToken = params['PaginationToken']
1462
1481
  @MaxResults = params['MaxResults']
1482
+ @Category = params['Category']
1463
1483
  end
1464
1484
  end
1465
1485
 
@@ -1506,19 +1526,23 @@ module TencentCloud
1506
1526
  # 返回所有标签键列表对应的标签。
1507
1527
  # 最大长度:20
1508
1528
  # @type TagKeys: Array
1529
+ # @param Category: 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
1530
+ # @type Category: String
1509
1531
 
1510
- attr_accessor :PaginationToken, :MaxResults, :TagKeys
1532
+ attr_accessor :PaginationToken, :MaxResults, :TagKeys, :Category
1511
1533
 
1512
- def initialize(paginationtoken=nil, maxresults=nil, tagkeys=nil)
1534
+ def initialize(paginationtoken=nil, maxresults=nil, tagkeys=nil, category=nil)
1513
1535
  @PaginationToken = paginationtoken
1514
1536
  @MaxResults = maxresults
1515
1537
  @TagKeys = tagkeys
1538
+ @Category = category
1516
1539
  end
1517
1540
 
1518
1541
  def deserialize(params)
1519
1542
  @PaginationToken = params['PaginationToken']
1520
1543
  @MaxResults = params['MaxResults']
1521
1544
  @TagKeys = params['TagKeys']
1545
+ @Category = params['Category']
1522
1546
  end
1523
1547
  end
1524
1548
 
@@ -1798,17 +1822,22 @@ module TencentCloud
1798
1822
  # @type TagKey: String
1799
1823
  # @param TagValue: 标签值
1800
1824
  # @type TagValue: String
1825
+ # @param Category: 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
1826
+ # 注意:此字段可能返回 null,表示取不到有效值。
1827
+ # @type Category: String
1801
1828
 
1802
- attr_accessor :TagKey, :TagValue
1829
+ attr_accessor :TagKey, :TagValue, :Category
1803
1830
 
1804
- def initialize(tagkey=nil, tagvalue=nil)
1831
+ def initialize(tagkey=nil, tagvalue=nil, category=nil)
1805
1832
  @TagKey = tagkey
1806
1833
  @TagValue = tagvalue
1834
+ @Category = category
1807
1835
  end
1808
1836
 
1809
1837
  def deserialize(params)
1810
1838
  @TagKey = params['TagKey']
1811
1839
  @TagValue = params['TagValue']
1840
+ @Category = params['Category']
1812
1841
  end
1813
1842
  end
1814
1843
 
@@ -1863,16 +1892,20 @@ module TencentCloud
1863
1892
  # @param ServiceType: 资源类型
1864
1893
  # 注意:此字段可能返回 null,表示取不到有效值。
1865
1894
  # @type ServiceType: String
1895
+ # @param Category: 标签类型。取值: Custom:自定义标签。 System:系统标签。
1896
+ # 注意:此字段可能返回 null,表示取不到有效值。
1897
+ # @type Category: String
1866
1898
 
1867
- attr_accessor :TagKey, :TagValue, :ResourceId, :TagKeyMd5, :TagValueMd5, :ServiceType
1899
+ attr_accessor :TagKey, :TagValue, :ResourceId, :TagKeyMd5, :TagValueMd5, :ServiceType, :Category
1868
1900
 
1869
- def initialize(tagkey=nil, tagvalue=nil, resourceid=nil, tagkeymd5=nil, tagvaluemd5=nil, servicetype=nil)
1901
+ def initialize(tagkey=nil, tagvalue=nil, resourceid=nil, tagkeymd5=nil, tagvaluemd5=nil, servicetype=nil, category=nil)
1870
1902
  @TagKey = tagkey
1871
1903
  @TagValue = tagvalue
1872
1904
  @ResourceId = resourceid
1873
1905
  @TagKeyMd5 = tagkeymd5
1874
1906
  @TagValueMd5 = tagvaluemd5
1875
1907
  @ServiceType = servicetype
1908
+ @Category = category
1876
1909
  end
1877
1910
 
1878
1911
  def deserialize(params)
@@ -1882,13 +1915,13 @@ module TencentCloud
1882
1915
  @TagKeyMd5 = params['TagKeyMd5']
1883
1916
  @TagValueMd5 = params['TagValueMd5']
1884
1917
  @ServiceType = params['ServiceType']
1918
+ @Category = params['Category']
1885
1919
  end
1886
1920
  end
1887
1921
 
1888
1922
  # TagResources请求参数结构体
1889
1923
  class TagResourcesRequest < TencentCloud::Common::AbstractModel
1890
- # @param ResourceList: 资源六段式列表。腾讯云使用资源六段式描述一个资源。可参考[访问管理](https://cloud.tencent.com/document/product/598/67350)-概览-接口列表-资源六段式信息
1891
- # 例如:ResourceList.1 = qcs::${ServiceType}:${Region}:uin/${Account}:${ResourcePrefix}/${ResourceId}。
1924
+ # @param ResourceList: 待绑定的云资源,用标准的资源六段式表示。正确的资源六段式请参考:[标准的资源六段式](https://cloud.tencent.com/document/product/598/10606)和[支持标签的云产品及资源描述方式](https://cloud.tencent.com/document/product/651/89122)。
1892
1925
  # N取值范围:0~9
1893
1926
  # @type ResourceList: Array
1894
1927
  # @param Tags: 标签键和标签值。
@@ -1955,19 +1988,24 @@ module TencentCloud
1955
1988
  # @type TagValue: String
1956
1989
  # @param CanDelete: 是否可以删除
1957
1990
  # @type CanDelete: Integer
1991
+ # @param Category: 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
1992
+ # 注意:此字段可能返回 null,表示取不到有效值。
1993
+ # @type Category: String
1958
1994
 
1959
- attr_accessor :TagKey, :TagValue, :CanDelete
1995
+ attr_accessor :TagKey, :TagValue, :CanDelete, :Category
1960
1996
 
1961
- def initialize(tagkey=nil, tagvalue=nil, candelete=nil)
1997
+ def initialize(tagkey=nil, tagvalue=nil, candelete=nil, category=nil)
1962
1998
  @TagKey = tagkey
1963
1999
  @TagValue = tagvalue
1964
2000
  @CanDelete = candelete
2001
+ @Category = category
1965
2002
  end
1966
2003
 
1967
2004
  def deserialize(params)
1968
2005
  @TagKey = params['TagKey']
1969
2006
  @TagValue = params['TagValue']
1970
2007
  @CanDelete = params['CanDelete']
2008
+ @Category = params['Category']
1971
2009
  end
1972
2010
  end
1973
2011
 
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.663
4
+ version: 3.0.664
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-20 00:00:00.000000000 Z
11
+ date: 2023-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common