tencentcloud-sdk-cdn 1.0.338 → 1.0.341

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 +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 468c9d29c034d00028e4b1947d7c1e4dcb82ed7c
4
- data.tar.gz: 1e2c093635b19ec5de7e3a035e851b5e402437af
3
+ metadata.gz: 212192564935e785d8d12891160288f211e793d1
4
+ data.tar.gz: adb8d8e6d53ef24a4f282b1b65f9d0d88e810091
5
5
  SHA512:
6
- metadata.gz: b50b01585cb37278a484d6806989e88ef02448610ec61b824e923e657684097e977c4a66804cfd57a15973430c2e91b40330f49a2957e79631aa53982e753360
7
- data.tar.gz: 321c486a69ce2f0b4f3c3863e8d191bd0c66437b893921efc4f93f235b733456d87d2164cece582b96335c8d5878f726461b56c67a07484012cf2865d2be6f88
6
+ metadata.gz: 4e8b3f9bff6831db385f29fec9ee49b8d4a7799d0282591f10e79ff1b745f739a00eb2da24519d13697bba1b8e8f775311060537f91aaa2c314e4672c4a45499
7
+ data.tar.gz: f686156f963ccafd3811a2184791d1f0086f708227a8357e74d090f574c4b65ade64e28e9fa9b0c42557b898f0f1a68c15b39c991fcebf92afd3a6522cd298b7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.338
1
+ 1.0.341
@@ -3132,16 +3132,24 @@ module TencentCloud
3132
3132
  # @param FileVerifyUrl: 文件验证 URL 指引
3133
3133
  # 注意:此字段可能返回 null,表示取不到有效值。
3134
3134
  # @type FileVerifyUrl: String
3135
+ # @param FileVerifyDomains: 文件校验域名列表
3136
+ # 注意:此字段可能返回 null,表示取不到有效值。
3137
+ # @type FileVerifyDomains: Array
3138
+ # @param FileVerifyName: 文件校验文件名
3139
+ # 注意:此字段可能返回 null,表示取不到有效值。
3140
+ # @type FileVerifyName: String
3135
3141
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3136
3142
  # @type RequestId: String
3137
3143
 
3138
- attr_accessor :SubDomain, :Record, :RecordType, :FileVerifyUrl, :RequestId
3144
+ attr_accessor :SubDomain, :Record, :RecordType, :FileVerifyUrl, :FileVerifyDomains, :FileVerifyName, :RequestId
3139
3145
 
3140
- def initialize(subdomain=nil, record=nil, recordtype=nil, fileverifyurl=nil, requestid=nil)
3146
+ def initialize(subdomain=nil, record=nil, recordtype=nil, fileverifyurl=nil, fileverifydomains=nil, fileverifyname=nil, requestid=nil)
3141
3147
  @SubDomain = subdomain
3142
3148
  @Record = record
3143
3149
  @RecordType = recordtype
3144
3150
  @FileVerifyUrl = fileverifyurl
3151
+ @FileVerifyDomains = fileverifydomains
3152
+ @FileVerifyName = fileverifyname
3145
3153
  @RequestId = requestid
3146
3154
  end
3147
3155
 
@@ -3150,6 +3158,8 @@ module TencentCloud
3150
3158
  @Record = params['Record']
3151
3159
  @RecordType = params['RecordType']
3152
3160
  @FileVerifyUrl = params['FileVerifyUrl']
3161
+ @FileVerifyDomains = params['FileVerifyDomains']
3162
+ @FileVerifyName = params['FileVerifyName']
3153
3163
  @RequestId = params['RequestId']
3154
3164
  end
3155
3165
  end
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.338
4
+ version: 1.0.341
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-20 00:00:00.000000000 Z
11
+ date: 2022-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common