tencentcloud-sdk-tcb 3.0.1030 → 3.0.1032

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180608/models.rb +13 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca13ea7ae4a28b6c79c105b265e037c476728a53
4
- data.tar.gz: 0e763ed92e70be8566df25f36fcacb65a5441bfa
3
+ metadata.gz: 2850323c6dbd88d94b58007da16e262337984005
4
+ data.tar.gz: d3384e0e0d935aa790db97a91974d6e58f575455
5
5
  SHA512:
6
- metadata.gz: 82d8296a54a76b0b6d0abbce5e1ffb17ec8945ca37a3467d594884a382d7f32fd3189b645c4fdf891f1747c6513f65289c7dec133babd081f441a97005487b99
7
- data.tar.gz: c65412310d0852ba6c8aae6b2161d852449b11a4c827c5b835adbd27f722d75db3d037eea67a0fdb06a65d9a8c9893af6adf22c9b82601de8d3825a473c16af6
6
+ metadata.gz: 050f15309f32c9d1ce06ba6f9c9c2731a9e5417628ddfa5810efe837c41165dd83b48dc6f189591e6a78f139eaa5c656acf0ac68c6ed6d9cda25286695e75f88
7
+ data.tar.gz: 4d8c94ccd4f57ffc45168a59a7366731802607ceeef0083224720e51f2ebb6e4d10ea9b12c94bb898f1494024c247c50cfbb11380493b70841666bb9e08de29e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1030
1
+ 3.0.1032
@@ -6816,10 +6816,12 @@ module TencentCloud
6816
6816
  # @type LongAccessId: String
6817
6817
  # @param AccessDomain: Donut接入域名
6818
6818
  # @type AccessDomain: String
6819
+ # @param Tags: 标签键值对
6820
+ # @type Tags: Array
6819
6821
 
6820
- attr_accessor :Uin, :AppId, :WxAppId, :EnvId, :GatewayId, :GatewayName, :GatewayType, :GatewayDesc, :PackageVersion, :PackageId, :VpcId, :SubnetIds, :Status, :L5Addr, :Region, :CanRenew, :AutoRenewFlag, :IsolateTime, :ExpireTime, :CreateTime, :UpdateTime, :CanDowngrade, :AllowUncertified, :VersionNumLimit, :LongAccessId, :AccessDomain
6822
+ attr_accessor :Uin, :AppId, :WxAppId, :EnvId, :GatewayId, :GatewayName, :GatewayType, :GatewayDesc, :PackageVersion, :PackageId, :VpcId, :SubnetIds, :Status, :L5Addr, :Region, :CanRenew, :AutoRenewFlag, :IsolateTime, :ExpireTime, :CreateTime, :UpdateTime, :CanDowngrade, :AllowUncertified, :VersionNumLimit, :LongAccessId, :AccessDomain, :Tags
6821
6823
 
6822
- def initialize(uin=nil, appid=nil, wxappid=nil, envid=nil, gatewayid=nil, gatewayname=nil, gatewaytype=nil, gatewaydesc=nil, packageversion=nil, packageid=nil, vpcid=nil, subnetids=nil, status=nil, l5addr=nil, region=nil, canrenew=nil, autorenewflag=nil, isolatetime=nil, expiretime=nil, createtime=nil, updatetime=nil, candowngrade=nil, allowuncertified=nil, versionnumlimit=nil, longaccessid=nil, accessdomain=nil)
6824
+ def initialize(uin=nil, appid=nil, wxappid=nil, envid=nil, gatewayid=nil, gatewayname=nil, gatewaytype=nil, gatewaydesc=nil, packageversion=nil, packageid=nil, vpcid=nil, subnetids=nil, status=nil, l5addr=nil, region=nil, canrenew=nil, autorenewflag=nil, isolatetime=nil, expiretime=nil, createtime=nil, updatetime=nil, candowngrade=nil, allowuncertified=nil, versionnumlimit=nil, longaccessid=nil, accessdomain=nil, tags=nil)
6823
6825
  @Uin = uin
6824
6826
  @AppId = appid
6825
6827
  @WxAppId = wxappid
@@ -6846,6 +6848,7 @@ module TencentCloud
6846
6848
  @VersionNumLimit = versionnumlimit
6847
6849
  @LongAccessId = longaccessid
6848
6850
  @AccessDomain = accessdomain
6851
+ @Tags = tags
6849
6852
  end
6850
6853
 
6851
6854
  def deserialize(params)
@@ -6875,6 +6878,14 @@ module TencentCloud
6875
6878
  @VersionNumLimit = params['VersionNumLimit']
6876
6879
  @LongAccessId = params['LongAccessId']
6877
6880
  @AccessDomain = params['AccessDomain']
6881
+ unless params['Tags'].nil?
6882
+ @Tags = []
6883
+ params['Tags'].each do |i|
6884
+ tag_tmp = Tag.new
6885
+ tag_tmp.deserialize(i)
6886
+ @Tags << tag_tmp
6887
+ end
6888
+ end
6878
6889
  end
6879
6890
  end
6880
6891
 
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.1030
4
+ version: 3.0.1032
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-03-30 00:00:00.000000000 Z
11
+ date: 2025-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20180608/models.rb
37
36
  - lib/v20180608/client.rb
37
+ - lib/v20180608/models.rb
38
38
  - lib/tencentcloud-sdk-tcb.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby