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.
6668 6669 6670 6671 |
# File 'lib/v20180228/models.rb', line 6668 def initialize(ids=nil, all=nil) @Ids = ids @All = all end |
Instance Attribute Details
#All ⇒ Object
6666 6667 6668 |
# File 'lib/v20180228/models.rb', line 6666 def All @All end |
#Ids ⇒ Object
6666 6667 6668 |
# File 'lib/v20180228/models.rb', line 6666 def Ids @Ids end |
Instance Method Details
#deserialize(params) ⇒ Object
6673 6674 6675 6676 |
# File 'lib/v20180228/models.rb', line 6673 def deserialize(params) @Ids = params['Ids'] @All = params['All'] end |