Class: TencentCloud::Waf::V20180125::GetAttackTotalCountRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::GetAttackTotalCountRequest
- Defined in:
- lib/v20180125/models.rb
Overview
GetAttackTotalCount请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, endtime = nil, domain = nil, querystring = nil) ⇒ GetAttackTotalCountRequest
constructor
A new instance of GetAttackTotalCountRequest.
Constructor Details
#initialize(starttime = nil, endtime = nil, domain = nil, querystring = nil) ⇒ GetAttackTotalCountRequest
Returns a new instance of GetAttackTotalCountRequest.
11517 11518 11519 11520 11521 11522 |
# File 'lib/v20180125/models.rb', line 11517 def initialize(starttime=nil, endtime=nil, domain=nil, querystring=nil) @StartTime = starttime @EndTime = endtime @Domain = domain @QueryString = querystring end |
Instance Attribute Details
#Domain ⇒ Object
11515 11516 11517 |
# File 'lib/v20180125/models.rb', line 11515 def Domain @Domain end |
#EndTime ⇒ Object
11515 11516 11517 |
# File 'lib/v20180125/models.rb', line 11515 def EndTime @EndTime end |
#QueryString ⇒ Object
11515 11516 11517 |
# File 'lib/v20180125/models.rb', line 11515 def QueryString @QueryString end |
#StartTime ⇒ Object
11515 11516 11517 |
# File 'lib/v20180125/models.rb', line 11515 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
11524 11525 11526 11527 11528 11529 |
# File 'lib/v20180125/models.rb', line 11524 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Domain = params['Domain'] @QueryString = params['QueryString'] end |