tencentcloud-sdk-teo 3.0.980 → 3.0.981
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/v20220901/models.rb +3 -6
- 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: fee7da0a695e772b6bee612792f7f6f20ee3201e
|
|
4
|
+
data.tar.gz: fcdb1f61cf2757ff0b22df40e80824b60fbcc10f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79d8d27ce6c1ef77970db8b534835739abddbe70fe48dc2aaf33efb0d5babb07c0313930d4ac448c2d9d3903249769c7bf9d9e2ba5af7b3eacad0f61dea9cb73
|
|
7
|
+
data.tar.gz: 260f8ea47b8063c6742fb8d81b2c4f0acf59850d979a888b9d79463ac3380afaf88c44ff42350647ae738476365eb21457c0eb136eef19a58a18c77b798a9467
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.981
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -8919,18 +8919,15 @@ module TencentCloud
|
|
|
8919
8919
|
# <li>on:开启;</li>
|
|
8920
8920
|
# <li>off:关闭。</li>
|
|
8921
8921
|
# @type Switch: String
|
|
8922
|
-
# @param DefaultCache: 源站未返回 Cache-Control 头时,缓存/不缓存开关。当 Switch 为 on
|
|
8922
|
+
# @param DefaultCache: 源站未返回 Cache-Control 头时,缓存/不缓存开关。当 Switch 为 on 时,此字段必填,当 Switch 为 off 时,无需填写此字段,若填写则不生效。取值有:
|
|
8923
8923
|
# <li>on:缓存;</li>
|
|
8924
8924
|
# <li>off:不缓存。</li>
|
|
8925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8926
8925
|
# @type DefaultCache: String
|
|
8927
8926
|
# @param DefaultCacheStrategy: 源站未返回 Cache-Control 头时,使用/不使用默认缓存策略开关。当 DefaultCache 为 on 时,此字段必填,否则此字段不生效;当 DefaultCacheTime 不为 0 时,此字段必须为 off。取值有:
|
|
8928
8927
|
# <li>on:使用默认缓存策略;</li>
|
|
8929
8928
|
# <li>off:不使用默认缓存策略。</li>
|
|
8930
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8931
8929
|
# @type DefaultCacheStrategy: String
|
|
8932
|
-
# @param DefaultCacheTime: 源站未返回 Cache-Control 头时,表示默认的缓存时间,单位为秒,取值:0
|
|
8933
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8930
|
+
# @param DefaultCacheTime: 源站未返回 Cache-Control 头时,表示默认的缓存时间,单位为秒,取值:0-315360000。当 DefaultCache 为 on 时,此字段必填,否则此字段不生效;当 DefaultCacheStrategy 为 on 时, 此字段必须为 0。
|
|
8934
8931
|
# @type DefaultCacheTime: Integer
|
|
8935
8932
|
|
|
8936
8933
|
attr_accessor :Switch, :DefaultCache, :DefaultCacheStrategy, :DefaultCacheTime
|
|
@@ -13891,7 +13888,7 @@ module TencentCloud
|
|
|
13891
13888
|
# <li> TOGGLE:参数值为开关类型,可在 ChoicesValue 中选择;</li>
|
|
13892
13889
|
# <li> OBJECT:参数值为对象类型,ChoiceProperties 为改对象类型关联的属性;</li>
|
|
13893
13890
|
# <li> CUSTOM_NUM:参数值用户自定义,整型类型;</li>
|
|
13894
|
-
# <li> CUSTOM_STRING:参数值用户自定义,字符串类型。</li>注意:当参数类型为 OBJECT 类型时,请注意参考 [示例2 参数为 OBJECT 类型的创建](https://cloud.tencent.com/document/product/1552/80622#.E7.A4.BA.E4.BE.8B2-.
|
|
13891
|
+
# <li> CUSTOM_STRING:参数值用户自定义,字符串类型。</li>注意:当参数类型为 OBJECT 类型时,请注意参考 [示例2 参数为 OBJECT 类型的创建](https://cloud.tencent.com/document/product/1552/80622#.E7.A4.BA.E4.BE.8B2-.E4.BF.AE.E6.94.B9.E6.BA.90.E7.AB.99.E4.B8.BAIP.E5.9F.9F.E5.90.8D)
|
|
13895
13892
|
# @type Type: String
|
|
13896
13893
|
# @param Max: 数值参数的最大值,非数值参数或 Min 和 Max 值都为 0 则此项无意义。
|
|
13897
13894
|
# @type Max: Integer
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-teo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.981
|
|
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-01-
|
|
11
|
+
date: 2025-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|