tencentcloud-sdk-tcb 3.0.879 → 3.0.880

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: 92604444a5892df9ac15341cdc55368f009f9f87
4
- data.tar.gz: f8dee81e2e78545edebe231d8d133f14eb67f479
3
+ metadata.gz: 964adcb3e5e35719a74a103701f8fbfc3349eac1
4
+ data.tar.gz: 1d39320b0e0b94f807e927f48dacbc76ebf535f8
5
5
  SHA512:
6
- metadata.gz: bf0cb0ca115426accae54097f15f2b179d94b1ad024475e7eeb285acfdfbb21506a759a709ee0cac4e485de9e6ffcdbeefe768347d82bd972de6ccf9eb438cb8
7
- data.tar.gz: 164ec8ea944499bb7fb422f57ead70b729ad417a07b6a3eaf7481ff776f0173ba766119b45a8c2761d5f079aa73fd427a13cc755d2427102d1bcd461db058db5
6
+ metadata.gz: 0db0c972d6d507bf34e08d3d6f0d79cf288d2127fd39354c3155ce99e647ab6388799af7e9d115a4f15ca5ca4a2aed962729864b49c8d3800196d09a4ff0a126
7
+ data.tar.gz: 47fdf7c3b8c14b2a683ad819184dc12b86a84474185dcace33506a2b5acaf04bdd4d1f975d4c2c45c310050cf6c11a7affeb226680a2c0397c6e71cb7aa036b4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.879
1
+ 3.0.880
@@ -3985,12 +3985,15 @@ module TencentCloud
3985
3985
  # @param SourceType: 服务创建类型,默认为空,一键部署为oneclick
3986
3986
  # 注意:此字段可能返回 null,表示取不到有效值。
3987
3987
  # @type SourceType: String
3988
+ # @param Tag: 服务标签, function: 托管函数
3989
+ # 注意:此字段可能返回 null,表示取不到有效值。
3990
+ # @type Tag: String
3988
3991
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3989
3992
  # @type RequestId: String
3990
3993
 
3991
- attr_accessor :TotalCount, :VersionItems, :ServerName, :IsPublic, :ImageRepo, :TrafficType, :SourceType, :RequestId
3994
+ attr_accessor :TotalCount, :VersionItems, :ServerName, :IsPublic, :ImageRepo, :TrafficType, :SourceType, :Tag, :RequestId
3992
3995
 
3993
- def initialize(totalcount=nil, versionitems=nil, servername=nil, ispublic=nil, imagerepo=nil, traffictype=nil, sourcetype=nil, requestid=nil)
3996
+ def initialize(totalcount=nil, versionitems=nil, servername=nil, ispublic=nil, imagerepo=nil, traffictype=nil, sourcetype=nil, tag=nil, requestid=nil)
3994
3997
  @TotalCount = totalcount
3995
3998
  @VersionItems = versionitems
3996
3999
  @ServerName = servername
@@ -3998,6 +4001,7 @@ module TencentCloud
3998
4001
  @ImageRepo = imagerepo
3999
4002
  @TrafficType = traffictype
4000
4003
  @SourceType = sourcetype
4004
+ @Tag = tag
4001
4005
  @RequestId = requestid
4002
4006
  end
4003
4007
 
@@ -4016,6 +4020,7 @@ module TencentCloud
4016
4020
  @ImageRepo = params['ImageRepo']
4017
4021
  @TrafficType = params['TrafficType']
4018
4022
  @SourceType = params['SourceType']
4023
+ @Tag = params['Tag']
4019
4024
  @RequestId = params['RequestId']
4020
4025
  end
4021
4026
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.879
4
+ version: 3.0.880
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-08-05 00:00:00.000000000 Z
11
+ date: 2024-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common