Class: TencentCloud::Cwp::V20180228::DescribeAttackEventInfoResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeAttackEventInfoResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeAttackEventInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(netattackeventinfo = nil, requestid = nil) ⇒ DescribeAttackEventInfoResponse
constructor
A new instance of DescribeAttackEventInfoResponse.
Constructor Details
#initialize(netattackeventinfo = nil, requestid = nil) ⇒ DescribeAttackEventInfoResponse
Returns a new instance of DescribeAttackEventInfoResponse.
11117 11118 11119 11120 |
# File 'lib/v20180228/models.rb', line 11117 def initialize(netattackeventinfo=nil, requestid=nil) @NetAttackEventInfo = netattackeventinfo @RequestId = requestid end |
Instance Attribute Details
#NetAttackEventInfo ⇒ Object
11115 11116 11117 |
# File 'lib/v20180228/models.rb', line 11115 def NetAttackEventInfo @NetAttackEventInfo end |
#RequestId ⇒ Object
11115 11116 11117 |
# File 'lib/v20180228/models.rb', line 11115 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11122 11123 11124 11125 11126 11127 11128 |
# File 'lib/v20180228/models.rb', line 11122 def deserialize(params) unless params['NetAttackEventInfo'].nil? @NetAttackEventInfo = NetAttackEventInfo.new @NetAttackEventInfo.deserialize(params['NetAttackEventInfo']) end @RequestId = params['RequestId'] end |