tencentcloud-sdk-cdn 3.0.639 → 3.0.641

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: e23826277b9c3b0ec45331c9843cff4da2531193
4
- data.tar.gz: 71e979ad10a0e854b2059914e30f1799ce88ce1e
3
+ metadata.gz: db0e035e2f083efe0ba3396b218faf64c3815fb8
4
+ data.tar.gz: dc4f24f4a17d55a623e61028e8d37e301086d724
5
5
  SHA512:
6
- metadata.gz: 696172f856e3d0903d4d7fa85e9748568f7b18056c60fa546631b676606a51f8ddb87806a8aca341bdb414f3c760e0e11d3d336397217aa35b3e4172a42f8ed8
7
- data.tar.gz: b97b59b5cd6140ad1517971308108244e1d809cc7681ed48070598bee2aaa04a35fceb8da3f0c3ba984e5243e630baa4b29254f1d9432c294c9ab2d3fa8eba7e
6
+ metadata.gz: 1da556758cce003d7c8b58f28004e6a77250314737f8d83036529df7fadb654c414d12fe68b378aeb4a67599cdb0377c7385d5dc4a2bc1505f67c7de2914c2f2
7
+ data.tar.gz: 90cc7b0e5ca19b3b8ea09958e96c45c816dc32575b23c6f6b45ba6fc0b9955d62571a6633afa4dbd36acb6138e3adfa8b67f12a9e099185ae7e1ad602d96b41a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.639
1
+ 3.0.641
@@ -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.639
4
+ version: 3.0.641
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-18 00:00:00.000000000 Z
11
+ date: 2023-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common