Class: TencentCloud::Cwp::V20180228::ExportAttackEventsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAttackEventsResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAttackEvents返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportAttackEventsResponse
constructor
A new instance of ExportAttackEventsResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportAttackEventsResponse
Returns a new instance of ExportAttackEventsResponse.
26491 26492 26493 26494 |
# File 'lib/v20180228/models.rb', line 26491 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
26489 26490 26491 |
# File 'lib/v20180228/models.rb', line 26489 def RequestId @RequestId end |
#TaskId ⇒ Object
26489 26490 26491 |
# File 'lib/v20180228/models.rb', line 26489 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
26496 26497 26498 26499 |
# File 'lib/v20180228/models.rb', line 26496 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |