tencentcloud-sdk-scf 3.0.894 → 3.0.896

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/v20180416/models.rb +14 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 420cc9fb6f9bb26629356974df378cc68ca50ee0
4
- data.tar.gz: 488341ecdbc6dd89b50c8f98773275a02ea092da
3
+ metadata.gz: 86a3d44877766cc93ae6a8591a3431f2004c19dc
4
+ data.tar.gz: 1a7d15addb4ecf3a034e0768c5bac2bc71ab8600
5
5
  SHA512:
6
- metadata.gz: 434dff7b376f62bebe689fd89af90ea3bbc5bb3f19bcd95b18a9a61b2b37e3884898d28c2a5745059f469b23325485c9d9e1e5d05c648b836efd59961a02a18a
7
- data.tar.gz: 72f7a73d9bc7fbf0ceeb5870949da6e47689a2afbbd6821ae93e1834fcf0cfe763fa8e670bb636ed72dfb7f0953c71c8afd670ec1107bf709eb08eed513ceecf
6
+ metadata.gz: 3b2c78ba79ab6025b0853a3df2a4fc9d081fb98fa2cfaaba694e57d6cf8066a0731413423f982de6479fbdeb56b119a7b4c4dd5d5650b61f6729ec457a3c2b84
7
+ data.tar.gz: 1609ef2d0ac25e9fda800b5349f2c768c0775e523bdd6014801d36edef44c4115ecc39888c467b22d4e36ee505d22ce296c605d23d3d25cb2e3f8effd2f49df7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.894
1
+ 3.0.896
@@ -2554,10 +2554,13 @@ module TencentCloud
2554
2554
  # @param Stamp: Stamp
2555
2555
  # 注意:此字段可能返回 null,表示取不到有效值。
2556
2556
  # @type Stamp: String
2557
+ # @param Tags: 返回层绑定的标签信息
2558
+ # 注意:此字段可能返回 null,表示取不到有效值。
2559
+ # @type Tags: Array
2557
2560
 
2558
- attr_accessor :CompatibleRuntimes, :AddTime, :Description, :LicenseInfo, :LayerVersion, :LayerName, :Status, :Stamp
2561
+ attr_accessor :CompatibleRuntimes, :AddTime, :Description, :LicenseInfo, :LayerVersion, :LayerName, :Status, :Stamp, :Tags
2559
2562
 
2560
- def initialize(compatibleruntimes=nil, addtime=nil, description=nil, licenseinfo=nil, layerversion=nil, layername=nil, status=nil, stamp=nil)
2563
+ def initialize(compatibleruntimes=nil, addtime=nil, description=nil, licenseinfo=nil, layerversion=nil, layername=nil, status=nil, stamp=nil, tags=nil)
2561
2564
  @CompatibleRuntimes = compatibleruntimes
2562
2565
  @AddTime = addtime
2563
2566
  @Description = description
@@ -2566,6 +2569,7 @@ module TencentCloud
2566
2569
  @LayerName = layername
2567
2570
  @Status = status
2568
2571
  @Stamp = stamp
2572
+ @Tags = tags
2569
2573
  end
2570
2574
 
2571
2575
  def deserialize(params)
@@ -2577,6 +2581,14 @@ module TencentCloud
2577
2581
  @LayerName = params['LayerName']
2578
2582
  @Status = params['Status']
2579
2583
  @Stamp = params['Stamp']
2584
+ unless params['Tags'].nil?
2585
+ @Tags = []
2586
+ params['Tags'].each do |i|
2587
+ tag_tmp = Tag.new
2588
+ tag_tmp.deserialize(i)
2589
+ @Tags << tag_tmp
2590
+ end
2591
+ end
2580
2592
  end
2581
2593
  end
2582
2594
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-scf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.894
4
+ version: 3.0.896
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-26 00:00:00.000000000 Z
11
+ date: 2024-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common