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
Returns a new instance of GetAttackHistogramRequest.
7894 7895 7896 7897 7898 7899 |
# File 'lib/v20180125/models.rb', line 7894 def initialize(domain=nil, starttime=nil, endtime=nil, querystring=nil) @Domain = domain @StartTime = starttime @EndTime = endtime @QueryString = querystring end |
Instance Attribute Details
#Domain ⇒ Object
7892 7893 7894 |
# File 'lib/v20180125/models.rb', line 7892 def Domain @Domain end |
#EndTime ⇒ Object
7892 7893 7894 |
# File 'lib/v20180125/models.rb', line 7892 def EndTime @EndTime end |
#QueryString ⇒ Object
7892 7893 7894 |
# File 'lib/v20180125/models.rb', line 7892 def QueryString @QueryString end |
#StartTime ⇒ Object
7892 7893 7894 |
# File 'lib/v20180125/models.rb', line 7892 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
7901 7902 7903 7904 7905 7906 |
# File 'lib/v20180125/models.rb', line 7901 def deserialize(params) @Domain = params['Domain'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @QueryString = params['QueryString'] end |