tencentcloud-sdk-cdn 3.0.1115 → 3.0.1117
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 +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ddc5625bdc703ca5c1bacbd0402cfdb4e606d7e
|
4
|
+
data.tar.gz: 941b7ab18ae2a4b60fcf4a26ebee08ffaf411cfc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ac1516da54d1d7e742d18a90013f618c4de3453c9fc084c43b9ab8110785444ac9a10a9fda12fc5c356b3a6363775a9a0ac77119af7a168b425905d7ad902a9
|
7
|
+
data.tar.gz: afe86464e00fb61761fe3f6b22c5c9a40132e0146048a09fcb7db7e5a2b67cd005560851f757539e514d37908344a3f5e4a513269e2ef0ee1974b92b21ec7b7c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1117
|
data/lib/v20180606/models.rb
CHANGED
@@ -1595,6 +1595,8 @@ module TencentCloud
|
|
1595
1595
|
# off:关闭全路径缓存(即开启参数忽略)
|
1596
1596
|
# @type FullUrlCache: String
|
1597
1597
|
# @param IgnoreCase: 是否忽略大小写缓存
|
1598
|
+
# on:开启
|
1599
|
+
# off:关闭
|
1598
1600
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1599
1601
|
# @type IgnoreCase: String
|
1600
1602
|
# @param QueryString: CacheKey中包含请求参数
|
@@ -6449,6 +6451,8 @@ module TencentCloud
|
|
6449
6451
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6450
6452
|
# @type FullUrlCache: String
|
6451
6453
|
# @param IgnoreCase: 是否忽略大小写缓存
|
6454
|
+
# on:开启
|
6455
|
+
# off:关闭
|
6452
6456
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6453
6457
|
# @type IgnoreCase: String
|
6454
6458
|
# @param QueryString: CacheKey中包含请求参数
|
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.1117
|
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-08-
|
11
|
+
date: 2025-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|