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.
26952 26953 26954 26955 |
# File 'lib/v20180228/models.rb', line 26952 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
26950 26951 26952 |
# File 'lib/v20180228/models.rb', line 26950 def RequestId @RequestId end |
#TaskId ⇒ Object
26950 26951 26952 |
# File 'lib/v20180228/models.rb', line 26950 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
26957 26958 26959 26960 |
# File 'lib/v20180228/models.rb', line 26957 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |