tencentcloud-sdk-cdn 1.0.344 → 1.0.345

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180606/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd8ae4601be78c3b5a986c71560060b30e13ee88
4
- data.tar.gz: 126ae45bbf28672bf9c8628b13a4ada2c2f60ea5
3
+ metadata.gz: cee85404c921a2017db53b3ba2e5eb76e1e361da
4
+ data.tar.gz: 7b1ad7d0b91a6c7033b895f5a4f460a1869ba598
5
5
  SHA512:
6
- metadata.gz: cde2cbf560b51b1f0898dc6c20ed64d5467b23eeb102e05abe6b67f4d355e55a5f25ad9b1b1afd2f0e3b6ef177a6b39d415e087b2f93d7a23e0bc54c1885b7d6
7
- data.tar.gz: d73b03a9f5904094dd4f075e30e9aa803e25bf88e19bb8f72ef33901f959de8075ee9988b3e616761a6fecb3cbf4d939a36f85c9f26349729250c5dba4746971
6
+ metadata.gz: ba66f0f51d8626a221d5a5b8265c0ff823fdd345812fb66c0639586ca44652663941a1b3a4110f4a90c25e539e033fbd402cbd53e62717f5fd5b6d3e9bd2b2cc
7
+ data.tar.gz: 895ac1e3b042f54fe62c72341239abc89fe9052f6396be231ecfc3d73b82c960bb80d80968ec95979f517e34667b26e25f4f3c402dd2c08dbdad4f62bb9beaca
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.344
1
+ 1.0.345
@@ -10015,19 +10015,27 @@ module TencentCloud
10015
10015
  # @type FlushType: String
10016
10016
  # @param UrlEncode: 是否对中文字符进行编码后刷新
10017
10017
  # @type UrlEncode: Boolean
10018
+ # @param Area: 刷新区域
10019
+ # 无此参数时,默认刷新加速域名所在加速区域
10020
+ # 填充 mainland 时,仅刷新中国境内加速节点上缓存内容
10021
+ # 填充 overseas 时,仅刷新中国境外加速节点上缓存内容
10022
+ # 指定刷新区域时,需要与域名加速区域匹配
10023
+ # @type Area: String
10018
10024
 
10019
- attr_accessor :Paths, :FlushType, :UrlEncode
10025
+ attr_accessor :Paths, :FlushType, :UrlEncode, :Area
10020
10026
 
10021
- def initialize(paths=nil, flushtype=nil, urlencode=nil)
10027
+ def initialize(paths=nil, flushtype=nil, urlencode=nil, area=nil)
10022
10028
  @Paths = paths
10023
10029
  @FlushType = flushtype
10024
10030
  @UrlEncode = urlencode
10031
+ @Area = area
10025
10032
  end
10026
10033
 
10027
10034
  def deserialize(params)
10028
10035
  @Paths = params['Paths']
10029
10036
  @FlushType = params['FlushType']
10030
10037
  @UrlEncode = params['UrlEncode']
10038
+ @Area = params['Area']
10031
10039
  end
10032
10040
  end
10033
10041
 
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: 1.0.344
4
+ version: 1.0.345
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-06-28 00:00:00.000000000 Z
11
+ date: 2022-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common