tencentcloud-sdk-cdn 3.0.638 → 3.0.640

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 996b2318deb964a9285c2b6f2da08dab9f415bdd
4
- data.tar.gz: dce4e2fbb19d0d372451d4a7f1530e80b5246435
3
+ metadata.gz: 1745e70fb0590ee3d3fa610c66d14757446614d5
4
+ data.tar.gz: bb43a6c3226a44ae6ebaaab5ff01b2396d1b738b
5
5
  SHA512:
6
- metadata.gz: cf55785950499f385de692bc7bb748bb36a9e1358d603934f54f0f86de74053b2ffcdb076ac7cfd8d046665c2ec31557e9ef6bc0b0dcdff30b08cf84b62093de
7
- data.tar.gz: 2e9a15d0fd62d8309e561200b0df22b8a4b969bfd3aac6efd7ee972174ed6078c384cbb21c256f6f6503a358d3c2c24368fd5c38425643919ef6da0700f64328
6
+ metadata.gz: b811cbec611a68c16f1a877dd60e0dcf622f9de0626d9ef93a005cda13ed4645858a8635ba4dc894369e3fecfb07e5d5019bcf7bcac1040e4b5eb08a68e0ca47
7
+ data.tar.gz: 2d0a5051b52182f2e6c447154aba17d9f5142b7184c404af7df0cb7435025db57540999c904f04323f4850cd7dba1a7802fc293df6ff6a3199d272c00fb82946
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.638
1
+ 3.0.640
@@ -2081,8 +2081,10 @@ module TencentCloud
2081
2081
  # @param HeuristicCacheTimeSwitch: 启发式自定义时间缓存配置开关,取值有:
2082
2082
  # on:开启
2083
2083
  # off:关闭
2084
+ # 注意:此字段可能返回 null,表示取不到有效值。
2084
2085
  # @type HeuristicCacheTimeSwitch: String
2085
2086
  # @param HeuristicCacheTime: 单位 秒.
2087
+ # 注意:此字段可能返回 null,表示取不到有效值。
2086
2088
  # @type HeuristicCacheTime: Integer
2087
2089
 
2088
2090
  attr_accessor :HeuristicCacheTimeSwitch, :HeuristicCacheTime
@@ -7776,8 +7778,10 @@ module TencentCloud
7776
7778
  # @param Switch: 启发式缓存配置开关,取值有:
7777
7779
  # on:开启
7778
7780
  # off:关闭
7781
+ # 注意:此字段可能返回 null,表示取不到有效值。
7779
7782
  # @type Switch: String
7780
7783
  # @param CacheConfig: 自定义启发式缓存时间配置
7784
+ # 注意:此字段可能返回 null,表示取不到有效值。
7781
7785
  # @type CacheConfig: :class:`Tencentcloud::Cdn.v20180606.models.CacheConfig`
7782
7786
 
7783
7787
  attr_accessor :Switch, :CacheConfig
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.638
4
+ version: 3.0.640
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-17 00:00:00.000000000 Z
11
+ date: 2023-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common