Class: TencentCloud::Waf::V20180125::GetAttackTotalCountResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::GetAttackTotalCountResponse
- Defined in:
- lib/v20180125/models.rb
Overview
GetAttackTotalCount返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalcount = nil, requestid = nil) ⇒ GetAttackTotalCountResponse
constructor
A new instance of GetAttackTotalCountResponse.
Constructor Details
#initialize(totalcount = nil, requestid = nil) ⇒ GetAttackTotalCountResponse
Returns a new instance of GetAttackTotalCountResponse.
7981 7982 7983 7984 |
# File 'lib/v20180125/models.rb', line 7981 def initialize(totalcount=nil, requestid=nil) @TotalCount = totalcount @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7979 7980 7981 |
# File 'lib/v20180125/models.rb', line 7979 def RequestId @RequestId end |
#TotalCount ⇒ Object
7979 7980 7981 |
# File 'lib/v20180125/models.rb', line 7979 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
7986 7987 7988 7989 |
# File 'lib/v20180125/models.rb', line 7986 def deserialize(params) @TotalCount = params['TotalCount'] @RequestId = params['RequestId'] end |