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
11541 11542 11543 11544 |
# File 'lib/v20180125/models.rb', line 11541 def initialize(totalcount=nil, requestid=nil) @TotalCount = totalcount @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11539 11540 11541 |
# File 'lib/v20180125/models.rb', line 11539 def RequestId @RequestId end |
#TotalCount ⇒ Object
11539 11540 11541 |
# File 'lib/v20180125/models.rb', line 11539 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
11546 11547 11548 11549 |
# File 'lib/v20180125/models.rb', line 11546 def deserialize(params) @TotalCount = params['TotalCount'] @RequestId = params['RequestId'] end |