tencentcloud-sdk-teo 3.0.512 → 3.0.513
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220901/models.rb +8 -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: 8e01e249c3d568815607663373d748f66abb4334
|
|
4
|
+
data.tar.gz: a52701bcd4ca05657d5ee409cdd4df27b5d09b52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c79cf846c2000b9473fbe37c522a881005439da4c97088f648410652ca4dfbb84dd7411e061282ad44219304cfd5af74828ab3684fd3cbfbeacb64935a8b09c
|
|
7
|
+
data.tar.gz: 2dbc3bd0c627bedbc37bfc0ceaa7140ead3625f3dfb3cca8bf8e8a92ba45dcfa89dc89590da5cd808504f5ea942d695986c3f86d60d27e2d5f1dd98ae519b012
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.513
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -2422,17 +2422,23 @@ module TencentCloud
|
|
|
2422
2422
|
# <li>web-rule:自定义规则日志;</li>
|
|
2423
2423
|
# <li>web-bot:Bot管理日志。</li>
|
|
2424
2424
|
# @type EntityType: String
|
|
2425
|
+
# @param Area: 服务区域,取值有:
|
|
2426
|
+
# <li>mainland:中国大陆境内;</li>
|
|
2427
|
+
# <li>overseas:全球(不含中国大陆)。</li>若为国内站账号,则默认取值为mainland;若为国际站账号,则默认取值为overseas。
|
|
2428
|
+
# @type Area: String
|
|
2425
2429
|
|
|
2426
|
-
attr_accessor :ZoneId, :EntityType
|
|
2430
|
+
attr_accessor :ZoneId, :EntityType, :Area
|
|
2427
2431
|
|
|
2428
|
-
def initialize(zoneid=nil, entitytype=nil)
|
|
2432
|
+
def initialize(zoneid=nil, entitytype=nil, area=nil)
|
|
2429
2433
|
@ZoneId = zoneid
|
|
2430
2434
|
@EntityType = entitytype
|
|
2435
|
+
@Area = area
|
|
2431
2436
|
end
|
|
2432
2437
|
|
|
2433
2438
|
def deserialize(params)
|
|
2434
2439
|
@ZoneId = params['ZoneId']
|
|
2435
2440
|
@EntityType = params['EntityType']
|
|
2441
|
+
@Area = params['Area']
|
|
2436
2442
|
end
|
|
2437
2443
|
end
|
|
2438
2444
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-teo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.513
|
|
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-02-
|
|
11
|
+
date: 2023-02-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|