tencentcloud-sdk-waf 3.0.537 → 3.0.538

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180125/models.rb +26 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b771b506c458d4d3ce15868f1b25d07eb317aa3
4
- data.tar.gz: 78ad91707b219f2613faff01b943020bd58b31c8
3
+ metadata.gz: 99802e626e1984d14af376814ddabbcd68c028ff
4
+ data.tar.gz: 386312f073a2c9d8633be0b2a89b3087910dec71
5
5
  SHA512:
6
- metadata.gz: 9121f7614b8893ae9af1cfde497bfe1dc8448686b46f214c2817c8cbab39a11d1f4043e376b0816e9197c11a20c06ff7038e09f8951b96dd836c103c8e44de6b
7
- data.tar.gz: 29c3d712b06fec0f3de24d4420490d2139b256af266065d7f9d2c4eb12e2afdfaebf54ef9f3e969e905ead87e97e45154d15cbab7a0d2a454db025505ab435c4
6
+ metadata.gz: 27573fd99e6fbe38329d449292ffaa7b164c8469b7764552da582ef015909011ea12ec20201bebce4c86983f551770b8cf4d0a3d6dc180efcc6f38c60b48b503
7
+ data.tar.gz: a2f8874dad8ef8bc301004c7efbb2914bddd30a9c790beb3959426069941cd0262d9d9b02de9e9d4592d6f6fa99884d5ec824784a711d3dac177263bd5b5c0f4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.537
1
+ 3.0.538
@@ -1264,12 +1264,37 @@ module TencentCloud
1264
1264
 
1265
1265
  # DescribeAttackOverview请求参数结构体
1266
1266
  class DescribeAttackOverviewRequest < TencentCloud::Common::AbstractModel
1267
+ # @param FromTime: 查询开始时间
1268
+ # @type FromTime: String
1269
+ # @param ToTime: 查询结束时间
1270
+ # @type ToTime: String
1271
+ # @param Appid: 客户的Appid
1272
+ # @type Appid: Integer
1273
+ # @param Domain: 被查询的域名
1274
+ # @type Domain: String
1275
+ # @param Edition: 只有两个值有效,sparta-waf,clb-waf,不传则不过滤
1276
+ # @type Edition: String
1277
+ # @param InstanceID: WAF实例ID,不传则不过滤
1278
+ # @type InstanceID: String
1267
1279
 
1280
+ attr_accessor :FromTime, :ToTime, :Appid, :Domain, :Edition, :InstanceID
1268
1281
 
1269
- def initialize()
1282
+ def initialize(fromtime=nil, totime=nil, appid=nil, domain=nil, edition=nil, instanceid=nil)
1283
+ @FromTime = fromtime
1284
+ @ToTime = totime
1285
+ @Appid = appid
1286
+ @Domain = domain
1287
+ @Edition = edition
1288
+ @InstanceID = instanceid
1270
1289
  end
1271
1290
 
1272
1291
  def deserialize(params)
1292
+ @FromTime = params['FromTime']
1293
+ @ToTime = params['ToTime']
1294
+ @Appid = params['Appid']
1295
+ @Domain = params['Domain']
1296
+ @Edition = params['Edition']
1297
+ @InstanceID = params['InstanceID']
1273
1298
  end
1274
1299
  end
1275
1300
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-waf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.537
4
+ version: 3.0.538
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-03-24 00:00:00.000000000 Z
11
+ date: 2023-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common