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.
7957 7958 7959 7960 7961 7962 |
# File 'lib/v20180125/models.rb', line 7957 def initialize(starttime=nil, endtime=nil, domain=nil, querystring=nil) @StartTime = starttime @EndTime = endtime @Domain = domain @QueryString = querystring end |
Instance Attribute Details
#Domain ⇒ Object
7955 7956 7957 |
# File 'lib/v20180125/models.rb', line 7955 def Domain @Domain end |
#EndTime ⇒ Object
7955 7956 7957 |
# File 'lib/v20180125/models.rb', line 7955 def EndTime @EndTime end |
#QueryString ⇒ Object
7955 7956 7957 |
# File 'lib/v20180125/models.rb', line 7955 def QueryString @QueryString end |
#StartTime ⇒ Object
7955 7956 7957 |
# File 'lib/v20180125/models.rb', line 7955 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
7964 7965 7966 7967 7968 7969 |
# File 'lib/v20180125/models.rb', line 7964 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Domain = params['Domain'] @QueryString = params['QueryString'] end |