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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180608/models.rb +13 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2850323c6dbd88d94b58007da16e262337984005
|
4
|
+
data.tar.gz: d3384e0e0d935aa790db97a91974d6e58f575455
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 050f15309f32c9d1ce06ba6f9c9c2731a9e5417628ddfa5810efe837c41165dd83b48dc6f189591e6a78f139eaa5c656acf0ac68c6ed6d9cda25286695e75f88
|
7
|
+
data.tar.gz: 4d8c94ccd4f57ffc45168a59a7366731802607ceeef0083224720e51f2ebb6e4d10ea9b12c94bb898f1494024c247c50cfbb11380493b70841666bb9e08de29e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1032
|
data/lib/v20180608/models.rb
CHANGED
@@ -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.
|
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-
|
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
|