Class: TencentCloud::Cwp::V20180228::DeleteBruteAttacksRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DeleteBruteAttacksRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DeleteBruteAttacks请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ids = nil, all = nil) ⇒ DeleteBruteAttacksRequest
constructor
A new instance of DeleteBruteAttacksRequest.
Constructor Details
#initialize(ids = nil, all = nil) ⇒ DeleteBruteAttacksRequest
Returns a new instance of DeleteBruteAttacksRequest.
6647 6648 6649 6650 |
# File 'lib/v20180228/models.rb', line 6647 def initialize(ids=nil, all=nil) @Ids = ids @All = all end |
Instance Attribute Details
#All ⇒ Object
6645 6646 6647 |
# File 'lib/v20180228/models.rb', line 6645 def All @All end |
#Ids ⇒ Object
6645 6646 6647 |
# File 'lib/v20180228/models.rb', line 6645 def Ids @Ids end |
Instance Method Details
#deserialize(params) ⇒ Object
6652 6653 6654 6655 |
# File 'lib/v20180228/models.rb', line 6652 def deserialize(params) @Ids = params['Ids'] @All = params['All'] end |