Class: TencentCloud::Waf::V20180125::GetAttackHistogramRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::GetAttackHistogramRequest
- Defined in:
- lib/v20180125/models.rb
Overview
GetAttackHistogram请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, starttime = nil, endtime = nil, querystring = nil) ⇒ GetAttackHistogramRequest
constructor
A new instance of GetAttackHistogramRequest.
Constructor Details
#initialize(domain = nil, starttime = nil, endtime = nil, querystring = nil) ⇒ GetAttackHistogramRequest
11454 11455 11456 11457 11458 11459 |
# File 'lib/v20180125/models.rb', line 11454 def initialize(domain=nil, starttime=nil, endtime=nil, querystring=nil) @Domain = domain @StartTime = starttime @EndTime = endtime @QueryString = querystring end |
Instance Attribute Details
#Domain ⇒ Object
11452 11453 11454 |
# File 'lib/v20180125/models.rb', line 11452 def Domain @Domain end |
#EndTime ⇒ Object
11452 11453 11454 |
# File 'lib/v20180125/models.rb', line 11452 def EndTime @EndTime end |
#QueryString ⇒ Object
11452 11453 11454 |
# File 'lib/v20180125/models.rb', line 11452 def QueryString @QueryString end |
#StartTime ⇒ Object
11452 11453 11454 |
# File 'lib/v20180125/models.rb', line 11452 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
11461 11462 11463 11464 11465 11466 |
# File 'lib/v20180125/models.rb', line 11461 def deserialize(params) @Domain = params['Domain'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @QueryString = params['QueryString'] end |