tencentcloud-sdk-cdn 3.0.1181 → 3.0.1189
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/v20180606/models.rb +121 -4
- 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: 34f25bd4fc3987790160311b5231eac2d4cacf66
|
|
4
|
+
data.tar.gz: 1473660a33cf4299761fc8605694b11ddaa4f937
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1f1fd468369cb24ba820395a97cda297a031305c55725d79663496e69db8592ea5c683c7c1824e3567114a6fe9b0c5b8b649e61f1fc693c2c7c8dffa10bb158
|
|
7
|
+
data.tar.gz: 827c2d63bf2b4829896c4e76b7b6023411c5c80676853de8b76fbeaea122e5e3e03738be9b2f228d45316d21b0b77ef03972723a446800e12d7edbd3ce5ef1a8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1189
|
data/lib/v20180606/models.rb
CHANGED
|
@@ -1169,6 +1169,23 @@ module TencentCloud
|
|
|
1169
1169
|
end
|
|
1170
1170
|
end
|
|
1171
1171
|
|
|
1172
|
+
# 流量防盗刷配置(仅限大陆地区)
|
|
1173
|
+
class AutoGuard < TencentCloud::Common::AbstractModel
|
|
1174
|
+
# @param Switch: 流量防盗刷配置开关,取值有: on:开启 off:关闭
|
|
1175
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1176
|
+
# @type Switch: String
|
|
1177
|
+
|
|
1178
|
+
attr_accessor :Switch
|
|
1179
|
+
|
|
1180
|
+
def initialize(switch=nil)
|
|
1181
|
+
@Switch = switch
|
|
1182
|
+
end
|
|
1183
|
+
|
|
1184
|
+
def deserialize(params)
|
|
1185
|
+
@Switch = params['Switch']
|
|
1186
|
+
end
|
|
1187
|
+
end
|
|
1188
|
+
|
|
1172
1189
|
# 图片优化-AvifAdapter配置
|
|
1173
1190
|
class AvifAdapter < TencentCloud::Common::AbstractModel
|
|
1174
1191
|
# @param Switch: 图片优化AvifAdapter配置项开关,取值有:
|
|
@@ -4585,10 +4602,14 @@ module TencentCloud
|
|
|
4585
4602
|
# @param ParamFilter: 参数黑名单
|
|
4586
4603
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4587
4604
|
# @type ParamFilter: :class:`Tencentcloud::Cdn.v20180606.models.ParamFilter`
|
|
4605
|
+
# @param AutoGuard: 流量一键防盗刷配置
|
|
4606
|
+
# @type AutoGuard: :class:`Tencentcloud::Cdn.v20180606.models.AutoGuard`
|
|
4607
|
+
# @param GeoBlocker: 区域访问控制配置
|
|
4608
|
+
# @type GeoBlocker: :class:`Tencentcloud::Cdn.v20180606.models.GeoBlocker`
|
|
4588
4609
|
|
|
4589
|
-
attr_accessor :ResourceId, :AppId, :Domain, :Cname, :Status, :ProjectId, :ServiceType, :CreateTime, :UpdateTime, :Origin, :IpFilter, :IpFreqLimit, :StatusCodeCache, :Compression, :BandwidthAlert, :RangeOriginPull, :FollowRedirect, :ErrorPage, :RequestHeader, :ResponseHeader, :DownstreamCapping, :CacheKey, :ResponseHeaderCache, :VideoSeek, :Cache, :OriginPullOptimization, :Https, :Authentication, :Seo, :Disable, :ForceRedirect, :Referer, :MaxAge, :Ipv6, :Compatibility, :SpecificConfig, :Area, :Readonly, :OriginPullTimeout, :AwsPrivateAccess, :SecurityConfig, :ImageOptimization, :UserAgentFilter, :AccessControl, :Advance, :UrlRedirect, :AccessPort, :Tag, :AdvancedAuthentication, :OriginAuthentication, :Ipv6Access, :AdvanceSet, :OfflineCache, :OriginCombine, :PostMaxSize, :Quic, :OssPrivateAccess, :WebSocket, :RemoteAuthentication, :ShareCname, :RuleEngine, :ParentHost, :HwPrivateAccess, :QnPrivateAccess, :HttpsBilling, :OthersPrivateAccess, :ParamFilter
|
|
4610
|
+
attr_accessor :ResourceId, :AppId, :Domain, :Cname, :Status, :ProjectId, :ServiceType, :CreateTime, :UpdateTime, :Origin, :IpFilter, :IpFreqLimit, :StatusCodeCache, :Compression, :BandwidthAlert, :RangeOriginPull, :FollowRedirect, :ErrorPage, :RequestHeader, :ResponseHeader, :DownstreamCapping, :CacheKey, :ResponseHeaderCache, :VideoSeek, :Cache, :OriginPullOptimization, :Https, :Authentication, :Seo, :Disable, :ForceRedirect, :Referer, :MaxAge, :Ipv6, :Compatibility, :SpecificConfig, :Area, :Readonly, :OriginPullTimeout, :AwsPrivateAccess, :SecurityConfig, :ImageOptimization, :UserAgentFilter, :AccessControl, :Advance, :UrlRedirect, :AccessPort, :Tag, :AdvancedAuthentication, :OriginAuthentication, :Ipv6Access, :AdvanceSet, :OfflineCache, :OriginCombine, :PostMaxSize, :Quic, :OssPrivateAccess, :WebSocket, :RemoteAuthentication, :ShareCname, :RuleEngine, :ParentHost, :HwPrivateAccess, :QnPrivateAccess, :HttpsBilling, :OthersPrivateAccess, :ParamFilter, :AutoGuard, :GeoBlocker
|
|
4590
4611
|
|
|
4591
|
-
def initialize(resourceid=nil, appid=nil, domain=nil, cname=nil, status=nil, projectid=nil, servicetype=nil, createtime=nil, updatetime=nil, origin=nil, ipfilter=nil, ipfreqlimit=nil, statuscodecache=nil, compression=nil, bandwidthalert=nil, rangeoriginpull=nil, followredirect=nil, errorpage=nil, requestheader=nil, responseheader=nil, downstreamcapping=nil, cachekey=nil, responseheadercache=nil, videoseek=nil, cache=nil, originpulloptimization=nil, https=nil, authentication=nil, seo=nil, disable=nil, forceredirect=nil, referer=nil, maxage=nil, ipv6=nil, compatibility=nil, specificconfig=nil, area=nil, readonly=nil, originpulltimeout=nil, awsprivateaccess=nil, securityconfig=nil, imageoptimization=nil, useragentfilter=nil, accesscontrol=nil, advance=nil, urlredirect=nil, accessport=nil, tag=nil, advancedauthentication=nil, originauthentication=nil, ipv6access=nil, advanceset=nil, offlinecache=nil, origincombine=nil, postmaxsize=nil, quic=nil, ossprivateaccess=nil, websocket=nil, remoteauthentication=nil, sharecname=nil, ruleengine=nil, parenthost=nil, hwprivateaccess=nil, qnprivateaccess=nil, httpsbilling=nil, othersprivateaccess=nil, paramfilter=nil)
|
|
4612
|
+
def initialize(resourceid=nil, appid=nil, domain=nil, cname=nil, status=nil, projectid=nil, servicetype=nil, createtime=nil, updatetime=nil, origin=nil, ipfilter=nil, ipfreqlimit=nil, statuscodecache=nil, compression=nil, bandwidthalert=nil, rangeoriginpull=nil, followredirect=nil, errorpage=nil, requestheader=nil, responseheader=nil, downstreamcapping=nil, cachekey=nil, responseheadercache=nil, videoseek=nil, cache=nil, originpulloptimization=nil, https=nil, authentication=nil, seo=nil, disable=nil, forceredirect=nil, referer=nil, maxage=nil, ipv6=nil, compatibility=nil, specificconfig=nil, area=nil, readonly=nil, originpulltimeout=nil, awsprivateaccess=nil, securityconfig=nil, imageoptimization=nil, useragentfilter=nil, accesscontrol=nil, advance=nil, urlredirect=nil, accessport=nil, tag=nil, advancedauthentication=nil, originauthentication=nil, ipv6access=nil, advanceset=nil, offlinecache=nil, origincombine=nil, postmaxsize=nil, quic=nil, ossprivateaccess=nil, websocket=nil, remoteauthentication=nil, sharecname=nil, ruleengine=nil, parenthost=nil, hwprivateaccess=nil, qnprivateaccess=nil, httpsbilling=nil, othersprivateaccess=nil, paramfilter=nil, autoguard=nil, geoblocker=nil)
|
|
4592
4613
|
@ResourceId = resourceid
|
|
4593
4614
|
@AppId = appid
|
|
4594
4615
|
@Domain = domain
|
|
@@ -4656,6 +4677,8 @@ module TencentCloud
|
|
|
4656
4677
|
@HttpsBilling = httpsbilling
|
|
4657
4678
|
@OthersPrivateAccess = othersprivateaccess
|
|
4658
4679
|
@ParamFilter = paramfilter
|
|
4680
|
+
@AutoGuard = autoguard
|
|
4681
|
+
@GeoBlocker = geoblocker
|
|
4659
4682
|
end
|
|
4660
4683
|
|
|
4661
4684
|
def deserialize(params)
|
|
@@ -4890,6 +4913,14 @@ module TencentCloud
|
|
|
4890
4913
|
@ParamFilter = ParamFilter.new
|
|
4891
4914
|
@ParamFilter.deserialize(params['ParamFilter'])
|
|
4892
4915
|
end
|
|
4916
|
+
unless params['AutoGuard'].nil?
|
|
4917
|
+
@AutoGuard = AutoGuard.new
|
|
4918
|
+
@AutoGuard.deserialize(params['AutoGuard'])
|
|
4919
|
+
end
|
|
4920
|
+
unless params['GeoBlocker'].nil?
|
|
4921
|
+
@GeoBlocker = GeoBlocker.new
|
|
4922
|
+
@GeoBlocker.deserialize(params['GeoBlocker'])
|
|
4923
|
+
end
|
|
4893
4924
|
end
|
|
4894
4925
|
end
|
|
4895
4926
|
|
|
@@ -5581,6 +5612,78 @@ module TencentCloud
|
|
|
5581
5612
|
end
|
|
5582
5613
|
end
|
|
5583
5614
|
|
|
5615
|
+
# 区域访问控制策略
|
|
5616
|
+
class GeoBlockStrategy < TencentCloud::Common::AbstractModel
|
|
5617
|
+
# @param BlockType: 规则类型
|
|
5618
|
+
# whitelist: 白名单
|
|
5619
|
+
# blacklist: 黑名单
|
|
5620
|
+
# @type BlockType: String
|
|
5621
|
+
# @param RulePaths: 生效规则
|
|
5622
|
+
# @type RulePaths: Array
|
|
5623
|
+
# @param RuleType: 生效类型
|
|
5624
|
+
# all: 全部
|
|
5625
|
+
# directory: 目录
|
|
5626
|
+
# @type RuleType: String
|
|
5627
|
+
# @param Districts: 生效区域,可选值有: CN-AH CN-BJ CN-CQ CN-FJ CN-GD CN-GS CN-GX CN-GZ CN-HA CN-HB CN-HE CN-HI CN-HK CN-HL CN-HN CN-JL CN-JS CN-JX CN-LN CN-MO CN-NM CN-NX CN-QH CN-SC CN-SD CN-SH CN-SN CN-SX CN-TJ CN-TW CN-XJ CN-XZ CN-YN CN-ZJ AF AX AL DZ AS AD AO AI AQ AG AR AM AW AU AT AZ BS BH BD BB BY BE BZ BJ BM BT BO BQ BA BW BV BR IO BN BG BF BI CV KH CM CA KY CF TD CL CN CX CC CO KM CG CD CK CR CI HR CU CW CY CZ DK DJ DM DO EC EG SV GQ ER EE SZ ET FK FO FJ FI FR GF PF TF GA GM GE DE GH GI GR GL GD GP GU GT GG GN GW GY HT HM VA HN HK HU IS IN ID IR IQ IE IM IL IT JM JP JE JO KZ KE KI KP KR KW KG LA LV LB LS LR LY LI LT LU MO MG MW MY MV ML MT MH MQ MR MU YT MX FM MD MC MN ME MS MA MZ MM NA NR NP NL NC NZ NI NE NG NU NF MK MP NO OM PK PW PS PA PG PY PE PH PN PL PT PR QA RE RO RU RW BL SH KN LC MF PM VC WS SM ST SA SN RS SC SL SG SX SK SI SB SO ZA GS SS ES LK SD SR SJ SE CH SY TW TJ TZ TH TL TG TK TO TT TN TR TM TC TV UG UA AE GB US UM UY UZ VU VE VN VG VI WF EH YE ZM ZW
|
|
5628
|
+
# @type Districts: Array
|
|
5629
|
+
|
|
5630
|
+
attr_accessor :BlockType, :RulePaths, :RuleType, :Districts
|
|
5631
|
+
|
|
5632
|
+
def initialize(blocktype=nil, rulepaths=nil, ruletype=nil, districts=nil)
|
|
5633
|
+
@BlockType = blocktype
|
|
5634
|
+
@RulePaths = rulepaths
|
|
5635
|
+
@RuleType = ruletype
|
|
5636
|
+
@Districts = districts
|
|
5637
|
+
end
|
|
5638
|
+
|
|
5639
|
+
def deserialize(params)
|
|
5640
|
+
@BlockType = params['BlockType']
|
|
5641
|
+
@RulePaths = params['RulePaths']
|
|
5642
|
+
@RuleType = params['RuleType']
|
|
5643
|
+
@Districts = params['Districts']
|
|
5644
|
+
end
|
|
5645
|
+
end
|
|
5646
|
+
|
|
5647
|
+
# 区域访问控制配置,默认为关闭状态
|
|
5648
|
+
class GeoBlocker < TencentCloud::Common::AbstractModel
|
|
5649
|
+
# @param Switch: IP 黑白名单配置开关,取值有
|
|
5650
|
+
# on:开启
|
|
5651
|
+
# off:关闭
|
|
5652
|
+
# @type Switch: String
|
|
5653
|
+
# @param BlockRules: [
|
|
5654
|
+
# {
|
|
5655
|
+
# "BlockType": "whitelist",
|
|
5656
|
+
# "RulePaths": [
|
|
5657
|
+
# "*"
|
|
5658
|
+
# ],
|
|
5659
|
+
# "RuleType": "all",
|
|
5660
|
+
# "Districts": [
|
|
5661
|
+
# "CN-HK"
|
|
5662
|
+
# ]
|
|
5663
|
+
# }
|
|
5664
|
+
# ]
|
|
5665
|
+
# @type BlockRules: Array
|
|
5666
|
+
|
|
5667
|
+
attr_accessor :Switch, :BlockRules
|
|
5668
|
+
|
|
5669
|
+
def initialize(switch=nil, blockrules=nil)
|
|
5670
|
+
@Switch = switch
|
|
5671
|
+
@BlockRules = blockrules
|
|
5672
|
+
end
|
|
5673
|
+
|
|
5674
|
+
def deserialize(params)
|
|
5675
|
+
@Switch = params['Switch']
|
|
5676
|
+
unless params['BlockRules'].nil?
|
|
5677
|
+
@BlockRules = []
|
|
5678
|
+
params['BlockRules'].each do |i|
|
|
5679
|
+
geoblockstrategy_tmp = GeoBlockStrategy.new
|
|
5680
|
+
geoblockstrategy_tmp.deserialize(i)
|
|
5681
|
+
@BlockRules << geoblockstrategy_tmp
|
|
5682
|
+
end
|
|
5683
|
+
end
|
|
5684
|
+
end
|
|
5685
|
+
end
|
|
5686
|
+
|
|
5584
5687
|
# 图片优化-GuetzliAdapter配置
|
|
5585
5688
|
class GuetzliAdapter < TencentCloud::Common::AbstractModel
|
|
5586
5689
|
# @param Switch: 图片优化-GuetzliAdapter配置开关,取值有:
|
|
@@ -10096,10 +10199,14 @@ module TencentCloud
|
|
|
10096
10199
|
# @type HttpsBilling: :class:`Tencentcloud::Cdn.v20180606.models.HttpsBilling`
|
|
10097
10200
|
# @param ParamFilter: 参数黑名单
|
|
10098
10201
|
# @type ParamFilter: :class:`Tencentcloud::Cdn.v20180606.models.ParamFilter`
|
|
10202
|
+
# @param AutoGuard: 流量防盗刷配置
|
|
10203
|
+
# @type AutoGuard: :class:`Tencentcloud::Cdn.v20180606.models.AutoGuard`
|
|
10204
|
+
# @param GeoBlocker: 区域访问控制配置
|
|
10205
|
+
# @type GeoBlocker: :class:`Tencentcloud::Cdn.v20180606.models.GeoBlocker`
|
|
10099
10206
|
|
|
10100
|
-
attr_accessor :Domain, :ProjectId, :Origin, :IpFilter, :IpFreqLimit, :StatusCodeCache, :Compression, :BandwidthAlert, :RangeOriginPull, :FollowRedirect, :ErrorPage, :RequestHeader, :ResponseHeader, :DownstreamCapping, :CacheKey, :ResponseHeaderCache, :VideoSeek, :Cache, :OriginPullOptimization, :Https, :Authentication, :Seo, :ForceRedirect, :Referer, :MaxAge, :SpecificConfig, :ServiceType, :Area, :OriginPullTimeout, :AwsPrivateAccess, :UserAgentFilter, :AccessControl, :UrlRedirect, :AccessPort, :AdvancedAuthentication, :OriginAuthentication, :Ipv6Access, :OfflineCache, :OriginCombine, :PostMaxSize, :Quic, :OssPrivateAccess, :WebSocket, :RemoteAuthentication, :ShareCname, :HwPrivateAccess, :QnPrivateAccess, :OthersPrivateAccess, :HttpsBilling, :ParamFilter
|
|
10207
|
+
attr_accessor :Domain, :ProjectId, :Origin, :IpFilter, :IpFreqLimit, :StatusCodeCache, :Compression, :BandwidthAlert, :RangeOriginPull, :FollowRedirect, :ErrorPage, :RequestHeader, :ResponseHeader, :DownstreamCapping, :CacheKey, :ResponseHeaderCache, :VideoSeek, :Cache, :OriginPullOptimization, :Https, :Authentication, :Seo, :ForceRedirect, :Referer, :MaxAge, :SpecificConfig, :ServiceType, :Area, :OriginPullTimeout, :AwsPrivateAccess, :UserAgentFilter, :AccessControl, :UrlRedirect, :AccessPort, :AdvancedAuthentication, :OriginAuthentication, :Ipv6Access, :OfflineCache, :OriginCombine, :PostMaxSize, :Quic, :OssPrivateAccess, :WebSocket, :RemoteAuthentication, :ShareCname, :HwPrivateAccess, :QnPrivateAccess, :OthersPrivateAccess, :HttpsBilling, :ParamFilter, :AutoGuard, :GeoBlocker
|
|
10101
10208
|
|
|
10102
|
-
def initialize(domain=nil, projectid=nil, origin=nil, ipfilter=nil, ipfreqlimit=nil, statuscodecache=nil, compression=nil, bandwidthalert=nil, rangeoriginpull=nil, followredirect=nil, errorpage=nil, requestheader=nil, responseheader=nil, downstreamcapping=nil, cachekey=nil, responseheadercache=nil, videoseek=nil, cache=nil, originpulloptimization=nil, https=nil, authentication=nil, seo=nil, forceredirect=nil, referer=nil, maxage=nil, specificconfig=nil, servicetype=nil, area=nil, originpulltimeout=nil, awsprivateaccess=nil, useragentfilter=nil, accesscontrol=nil, urlredirect=nil, accessport=nil, advancedauthentication=nil, originauthentication=nil, ipv6access=nil, offlinecache=nil, origincombine=nil, postmaxsize=nil, quic=nil, ossprivateaccess=nil, websocket=nil, remoteauthentication=nil, sharecname=nil, hwprivateaccess=nil, qnprivateaccess=nil, othersprivateaccess=nil, httpsbilling=nil, paramfilter=nil)
|
|
10209
|
+
def initialize(domain=nil, projectid=nil, origin=nil, ipfilter=nil, ipfreqlimit=nil, statuscodecache=nil, compression=nil, bandwidthalert=nil, rangeoriginpull=nil, followredirect=nil, errorpage=nil, requestheader=nil, responseheader=nil, downstreamcapping=nil, cachekey=nil, responseheadercache=nil, videoseek=nil, cache=nil, originpulloptimization=nil, https=nil, authentication=nil, seo=nil, forceredirect=nil, referer=nil, maxage=nil, specificconfig=nil, servicetype=nil, area=nil, originpulltimeout=nil, awsprivateaccess=nil, useragentfilter=nil, accesscontrol=nil, urlredirect=nil, accessport=nil, advancedauthentication=nil, originauthentication=nil, ipv6access=nil, offlinecache=nil, origincombine=nil, postmaxsize=nil, quic=nil, ossprivateaccess=nil, websocket=nil, remoteauthentication=nil, sharecname=nil, hwprivateaccess=nil, qnprivateaccess=nil, othersprivateaccess=nil, httpsbilling=nil, paramfilter=nil, autoguard=nil, geoblocker=nil)
|
|
10103
10210
|
@Domain = domain
|
|
10104
10211
|
@ProjectId = projectid
|
|
10105
10212
|
@Origin = origin
|
|
@@ -10150,6 +10257,8 @@ module TencentCloud
|
|
|
10150
10257
|
@OthersPrivateAccess = othersprivateaccess
|
|
10151
10258
|
@HttpsBilling = httpsbilling
|
|
10152
10259
|
@ParamFilter = paramfilter
|
|
10260
|
+
@AutoGuard = autoguard
|
|
10261
|
+
@GeoBlocker = geoblocker
|
|
10153
10262
|
end
|
|
10154
10263
|
|
|
10155
10264
|
def deserialize(params)
|
|
@@ -10338,6 +10447,14 @@ module TencentCloud
|
|
|
10338
10447
|
@ParamFilter = ParamFilter.new
|
|
10339
10448
|
@ParamFilter.deserialize(params['ParamFilter'])
|
|
10340
10449
|
end
|
|
10450
|
+
unless params['AutoGuard'].nil?
|
|
10451
|
+
@AutoGuard = AutoGuard.new
|
|
10452
|
+
@AutoGuard.deserialize(params['AutoGuard'])
|
|
10453
|
+
end
|
|
10454
|
+
unless params['GeoBlocker'].nil?
|
|
10455
|
+
@GeoBlocker = GeoBlocker.new
|
|
10456
|
+
@GeoBlocker.deserialize(params['GeoBlocker'])
|
|
10457
|
+
end
|
|
10341
10458
|
end
|
|
10342
10459
|
end
|
|
10343
10460
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cdn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1189
|
|
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-12-
|
|
11
|
+
date: 2025-12-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,8 +34,8 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-cdn.rb
|
|
37
|
-
- lib/v20180606/models.rb
|
|
38
37
|
- lib/v20180606/client.rb
|
|
38
|
+
- lib/v20180606/models.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|