Class: TencentCloud::Cwp::V20180228::DeleteReverseShellEventsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DeleteReverseShellEventsRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DeleteReverseShellEvents请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ids = nil, all = nil) ⇒ DeleteReverseShellEventsRequest
constructor
A new instance of DeleteReverseShellEventsRequest.
Constructor Details
#initialize(ids = nil, all = nil) ⇒ DeleteReverseShellEventsRequest
Returns a new instance of DeleteReverseShellEventsRequest.
7302 7303 7304 7305 |
# File 'lib/v20180228/models.rb', line 7302 def initialize(ids=nil, all=nil) @Ids = ids @All = all end |
Instance Attribute Details
#All ⇒ Object
7300 7301 7302 |
# File 'lib/v20180228/models.rb', line 7300 def All @All end |
#Ids ⇒ Object
7300 7301 7302 |
# File 'lib/v20180228/models.rb', line 7300 def Ids @Ids end |
Instance Method Details
#deserialize(params) ⇒ Object
7307 7308 7309 7310 |
# File 'lib/v20180228/models.rb', line 7307 def deserialize(params) @Ids = params['Ids'] @All = params['All'] end |