Class: TencentCloud::Waf::V20180125::SearchAttackLogRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::SearchAttackLogRequest
- Defined in:
- lib/v20180125/models.rb
Overview
SearchAttackLog请求参数结构体
Instance Attribute Summary collapse
- #Context ⇒ Object
- #Count ⇒ Object
- #Domain ⇒ Object
- #EndTime ⇒ Object
- #Page ⇒ Object
- #QueryString ⇒ Object
- #Sort ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, starttime = nil, endtime = nil, context = nil, querystring = nil, count = nil, sort = nil, page = nil) ⇒ SearchAttackLogRequest
constructor
A new instance of SearchAttackLogRequest.
Constructor Details
#initialize(domain = nil, starttime = nil, endtime = nil, context = nil, querystring = nil, count = nil, sort = nil, page = nil) ⇒ SearchAttackLogRequest
Returns a new instance of SearchAttackLogRequest.
12278 12279 12280 12281 12282 12283 12284 12285 12286 12287 |
# File 'lib/v20180125/models.rb', line 12278 def initialize(domain=nil, starttime=nil, endtime=nil, context=nil, querystring=nil, count=nil, sort=nil, page=nil) @Domain = domain @StartTime = starttime @EndTime = endtime @Context = context @QueryString = querystring @Count = count @Sort = sort @Page = page end |
Instance Attribute Details
#Context ⇒ Object
12276 12277 12278 |
# File 'lib/v20180125/models.rb', line 12276 def Context @Context end |
#Count ⇒ Object
12276 12277 12278 |
# File 'lib/v20180125/models.rb', line 12276 def Count @Count end |
#Domain ⇒ Object
12276 12277 12278 |
# File 'lib/v20180125/models.rb', line 12276 def Domain @Domain end |
#EndTime ⇒ Object
12276 12277 12278 |
# File 'lib/v20180125/models.rb', line 12276 def EndTime @EndTime end |
#Page ⇒ Object
12276 12277 12278 |
# File 'lib/v20180125/models.rb', line 12276 def Page @Page end |
#QueryString ⇒ Object
12276 12277 12278 |
# File 'lib/v20180125/models.rb', line 12276 def QueryString @QueryString end |
#Sort ⇒ Object
12276 12277 12278 |
# File 'lib/v20180125/models.rb', line 12276 def Sort @Sort end |
#StartTime ⇒ Object
12276 12277 12278 |
# File 'lib/v20180125/models.rb', line 12276 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
12289 12290 12291 12292 12293 12294 12295 12296 12297 12298 |
# File 'lib/v20180125/models.rb', line 12289 def deserialize(params) @Domain = params['Domain'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Context = params['Context'] @QueryString = params['QueryString'] @Count = params['Count'] @Sort = params['Sort'] @Page = params['Page'] end |