tencentcloud-sdk-cdn 1.0.339 → 1.0.340
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180606/models.rb +12 -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: 3b964b817c926bb2cd5e4721eea1fda35b75aa71
|
4
|
+
data.tar.gz: 809a5b25ac9cc9bcfe95d4dddd0f1b1220949762
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd9f9623a7283b74379676de901de3b4c17627aa6bcad9b8596c5df6146b454b4ec25dbd6e20492207dc204163b1434231717ca5daa0edd5e9e977846860a8f7
|
7
|
+
data.tar.gz: 2cd30402a9818dfc2b8a2478456373481cec37922b42fe76fd960ed6d4b6f000564224ec4ff300fa5046b1b4bc80013940f7208da259f826dca7b5ddc5d1cebf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.340
|
data/lib/v20180606/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 1.0.340
|
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-
|
11
|
+
date: 2022-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|