tencentcloud-sdk-tcr 3.0.973 → 3.0.974

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f4d139f07bb202f8a76c4c5376dea9390035a88
4
- data.tar.gz: b86f174f3bcc8ed9dade9b6349e7fef9ad7dcc16
3
+ metadata.gz: 378768bf6f14a7787b5202733828ac73cfa23622
4
+ data.tar.gz: fa5e66e3b2fe6fd9a5c2d818429bbf16da305ad6
5
5
  SHA512:
6
- metadata.gz: 10478ba75db08ed6f38bda54d754de533359ee52b2aa155bf124d0e2c2889ba018a20acd3c7580ead136414b48a54320bb629135887f3a1a6800b6552ab1d73f
7
- data.tar.gz: a7e87ef22a0126eebdb9dc9971cb1d5fd8d32b946001324334b5816e7037399434d20df3e8f2518e181f248d816fbab48a9b8adbc2fd09a917fc579c48451f1e
6
+ metadata.gz: 5da43e865635ffeb3a45cee2de043b0c59c4afe2fabadc2596df8b77535aaa2d076266e2496a158e4b09af49fe144650ff720e5053bf42956d358b8b180d4bda
7
+ data.tar.gz: 9549e4bca9678195853e19b653337abdb80fd97e9e3ff593dc6f9bffbcdbf8cf624ca0b899613f35c456a405e4595a1db09dda10b094d13322cbff744b7c8858
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.973
1
+ 3.0.974
@@ -3938,7 +3938,7 @@ module TencentCloud
3938
3938
  # @type All: Boolean
3939
3939
  # @param EmbedPermission: 是否填充权限信息
3940
3940
  # @type EmbedPermission: Boolean
3941
- # @param Filters: 过滤条件
3941
+ # @param Filters: 过滤条件,key 目前只支持ServiceAccountName
3942
3942
  # @type Filters: Array
3943
3943
  # @param Offset: 偏移量,默认0
3944
3944
  # @type Offset: Integer
@@ -7411,10 +7411,13 @@ module TencentCloud
7411
7411
  # @type Description: String
7412
7412
  # @param NamespaceId: 触发器所属命名空间 Id
7413
7413
  # @type NamespaceId: Integer
7414
+ # @param NamespaceName: 触发器所属命名空间名称
7415
+ # 注意:此字段可能返回 null,表示取不到有效值。
7416
+ # @type NamespaceName: String
7414
7417
 
7415
- attr_accessor :Name, :Targets, :EventTypes, :Condition, :Enabled, :Id, :Description, :NamespaceId
7418
+ attr_accessor :Name, :Targets, :EventTypes, :Condition, :Enabled, :Id, :Description, :NamespaceId, :NamespaceName
7416
7419
 
7417
- def initialize(name=nil, targets=nil, eventtypes=nil, condition=nil, enabled=nil, id=nil, description=nil, namespaceid=nil)
7420
+ def initialize(name=nil, targets=nil, eventtypes=nil, condition=nil, enabled=nil, id=nil, description=nil, namespaceid=nil, namespacename=nil)
7418
7421
  @Name = name
7419
7422
  @Targets = targets
7420
7423
  @EventTypes = eventtypes
@@ -7423,6 +7426,7 @@ module TencentCloud
7423
7426
  @Id = id
7424
7427
  @Description = description
7425
7428
  @NamespaceId = namespaceid
7429
+ @NamespaceName = namespacename
7426
7430
  end
7427
7431
 
7428
7432
  def deserialize(params)
@@ -7441,6 +7445,7 @@ module TencentCloud
7441
7445
  @Id = params['Id']
7442
7446
  @Description = params['Description']
7443
7447
  @NamespaceId = params['NamespaceId']
7448
+ @NamespaceName = params['NamespaceName']
7444
7449
  end
7445
7450
  end
7446
7451
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.973
4
+ version: 3.0.974
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-12-31 00:00:00.000000000 Z
11
+ date: 2025-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common