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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 343d7aa4152aff65042072997540ac2a048f198b
4
- data.tar.gz: a93f40f195cc31a3fa349cd4589901fcc1578d3a
3
+ metadata.gz: 8e01e249c3d568815607663373d748f66abb4334
4
+ data.tar.gz: a52701bcd4ca05657d5ee409cdd4df27b5d09b52
5
5
  SHA512:
6
- metadata.gz: 92921ac47fbac6e52d60cee0ba495209a0fb6438627077f5bf921c41e8f6ab342b76a5069735df595bb36d219334fe5e91b5ed50fa6d086ad25dc4195c096738
7
- data.tar.gz: 680ead5585dd540e5288047c99ca1384626b8b9c3c444cb1a11d110649e2be21cc4e34e48dc6557b45214eb030819b2d3d593ad4f295393fb71383ec7bea26e2
6
+ metadata.gz: 2c79cf846c2000b9473fbe37c522a881005439da4c97088f648410652ca4dfbb84dd7411e061282ad44219304cfd5af74828ab3684fd3cbfbeacb64935a8b09c
7
+ data.tar.gz: 2dbc3bd0c627bedbc37bfc0ceaa7140ead3625f3dfb3cca8bf8e8a92ba45dcfa89dc89590da5cd808504f5ea942d695986c3f86d60d27e2d5f1dd98ae519b012
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.512
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.512
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-20 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