tencentcloud-sdk-teo 3.0.460 → 3.0.461

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: 078c4112e4b5c743549d1711e6c4f0e9c96e86aa
4
- data.tar.gz: 16cccf125b3dd3a89a9d823f540ce6a70801fb65
3
+ metadata.gz: 056e313f7a6ea0bd8d044436835d8fb6a3027232
4
+ data.tar.gz: 8caaf5a7a5509946649b432505d8e61bc035178e
5
5
  SHA512:
6
- metadata.gz: 419cda5ed0b012dde147875f4e00de3cd463b503382e9bab97ef0bbff73caa1ab622bb6f135f029368427f24aa34082104c83b18e508bfc82e8d72cc4a0f1e35
7
- data.tar.gz: 6ac903f650fb12ee62f307bc9187bcc3666f8fd08794b8b54901eed3f88e7924614e614c9cc3444ac37543c6a942be40cef426b03897ecb90f6b4b570ce3be93
6
+ metadata.gz: 1ea81759ce74cc298bc2b68a28d4a9ed7912b5a78e3d86351421690c9d014e28f2ff15ca4460f9548351b8f5352e3d522ef1479711b4bc6aadf82ed211863cf7
7
+ data.tar.gz: 61e3c10c2e4687c4e8a34cfba3a72bb85d1efdca1e2d14e1d1a180206af65a36f491fe7dad4a27f679f43403e81089f08e8a1e7eb4f2fbc59499000122109e06
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.460
1
+ 3.0.461
@@ -2320,9 +2320,9 @@ module TencentCloud
2320
2320
 
2321
2321
  # CreateSecurityDropPage请求参数结构体
2322
2322
  class CreateSecurityDropPageRequest < TencentCloud::Common::AbstractModel
2323
- # @param ZoneId: 站点Id。
2323
+ # @param ZoneId: 站点Id。当使用ZoneId和Entity时可不填写TemplateId,否则必须填写TemplateId
2324
2324
  # @type ZoneId: String
2325
- # @param Entity: 站点子域名。
2325
+ # @param Entity: 子域名/应用名。当使用ZoneId和Entity时可不填写TemplateId,否则必须填写TemplateId。
2326
2326
  # @type Entity: String
2327
2327
  # @param Name: 自定义页面的文件名。
2328
2328
  # @type Name: String
@@ -2336,16 +2336,19 @@ module TencentCloud
2336
2336
  # <li> waf :托管规则模块;</li>
2337
2337
  # <li> rate:自定义规则模块。</li>
2338
2338
  # @type Module: String
2339
+ # @param TemplateId: 模板Id。当使用模板Id时可不填ZoneId和Entity,否则必须填写ZoneId和Entity。
2340
+ # @type TemplateId: String
2339
2341
 
2340
- attr_accessor :ZoneId, :Entity, :Name, :Content, :Type, :Module
2342
+ attr_accessor :ZoneId, :Entity, :Name, :Content, :Type, :Module, :TemplateId
2341
2343
 
2342
- def initialize(zoneid=nil, entity=nil, name=nil, content=nil, type=nil, _module=nil)
2344
+ def initialize(zoneid=nil, entity=nil, name=nil, content=nil, type=nil, _module=nil, templateid=nil)
2343
2345
  @ZoneId = zoneid
2344
2346
  @Entity = entity
2345
2347
  @Name = name
2346
2348
  @Content = content
2347
2349
  @Type = type
2348
2350
  @Module = _module
2351
+ @TemplateId = templateid
2349
2352
  end
2350
2353
 
2351
2354
  def deserialize(params)
@@ -2355,6 +2358,7 @@ module TencentCloud
2355
2358
  @Content = params['Content']
2356
2359
  @Type = params['Type']
2357
2360
  @Module = params['Module']
2361
+ @TemplateId = params['TemplateId']
2358
2362
  end
2359
2363
  end
2360
2364
 
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.460
4
+ version: 3.0.461
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-11-28 00:00:00.000000000 Z
11
+ date: 2022-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common