tencentcloud-sdk-teo 3.0.477 → 3.0.478
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 +7 -2
- 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: fbd76f8cf2f3f3196c4dec41fd293ade66e3045e
|
|
4
|
+
data.tar.gz: 2903f08e61dbf47e45b4097f3ef546dd480e0bbb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac385e7667d4dc2d29c657bc90de70621d6b4512a2700a21b4e934c4700c83094def82a5d2e6ca9d3272cdc67dd5111506c0ffe9aa989b581ee593557d286b00
|
|
7
|
+
data.tar.gz: 647698b81ff7c7a54d5f9b274493efcbde4d596b05b1aed4788d6a4b48bfe4f5eccae33baa2dc3d1943ec8dc611ab87afa92ff1feade07991b1cfa832245785c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.478
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -8954,19 +8954,24 @@ module TencentCloud
|
|
|
8954
8954
|
# @param DefaultCache: 源站未返回 Cache-Control 头时, 设置缓存/不缓存
|
|
8955
8955
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8956
8956
|
# @type DefaultCache: String
|
|
8957
|
+
# @param DefaultCacheStrategy: 源站未返回 Cache-Control 头时, 使用/不使用默认缓存策略
|
|
8958
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8959
|
+
# @type DefaultCacheStrategy: String
|
|
8957
8960
|
|
|
8958
|
-
attr_accessor :Switch, :DefaultCacheTime, :DefaultCache
|
|
8961
|
+
attr_accessor :Switch, :DefaultCacheTime, :DefaultCache, :DefaultCacheStrategy
|
|
8959
8962
|
|
|
8960
|
-
def initialize(switch=nil, defaultcachetime=nil, defaultcache=nil)
|
|
8963
|
+
def initialize(switch=nil, defaultcachetime=nil, defaultcache=nil, defaultcachestrategy=nil)
|
|
8961
8964
|
@Switch = switch
|
|
8962
8965
|
@DefaultCacheTime = defaultcachetime
|
|
8963
8966
|
@DefaultCache = defaultcache
|
|
8967
|
+
@DefaultCacheStrategy = defaultcachestrategy
|
|
8964
8968
|
end
|
|
8965
8969
|
|
|
8966
8970
|
def deserialize(params)
|
|
8967
8971
|
@Switch = params['Switch']
|
|
8968
8972
|
@DefaultCacheTime = params['DefaultCacheTime']
|
|
8969
8973
|
@DefaultCache = params['DefaultCache']
|
|
8974
|
+
@DefaultCacheStrategy = params['DefaultCacheStrategy']
|
|
8970
8975
|
end
|
|
8971
8976
|
end
|
|
8972
8977
|
|
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.478
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|