tencentcloud-sdk-teo 3.0.511 → 3.0.513

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3093163d8cfd57aa3c9a069e9d409fb14ff2a880
4
- data.tar.gz: 7bb92079a1b05bc6ad616e1b9775a65a3624e203
3
+ metadata.gz: 8e01e249c3d568815607663373d748f66abb4334
4
+ data.tar.gz: a52701bcd4ca05657d5ee409cdd4df27b5d09b52
5
5
  SHA512:
6
- metadata.gz: 7fddaca4836bfef451f5534f5d1d716965071fe9e598c2c44a85a63c0d9f476ebde9cb8ef35d2af8a896035f7bd337ccb794b5ea9350d94f7e94520a2513468b
7
- data.tar.gz: 0a24b47851a765da868e475ffb38b82fa2eae274e71dba364ba78070d4da21e833ada21e947866cd2df7f3f4c2565efbff61ee794bc2c69bdf6269f2f40dab34
6
+ metadata.gz: 2c79cf846c2000b9473fbe37c522a881005439da4c97088f648410652ca4dfbb84dd7411e061282ad44219304cfd5af74828ab3684fd3cbfbeacb64935a8b09c
7
+ data.tar.gz: 2dbc3bd0c627bedbc37bfc0ceaa7140ead3625f3dfb3cca8bf8e8a92ba45dcfa89dc89590da5cd808504f5ea942d695986c3f86d60d27e2d5f1dd98ae519b012
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.511
1
+ 3.0.513
@@ -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.511
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-17 00:00:00.000000000 Z
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