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.
11096 11097 11098 11099 |
# File 'lib/v20180228/models.rb', line 11096 def initialize(netattackeventinfo=nil, requestid=nil) @NetAttackEventInfo = netattackeventinfo @RequestId = requestid end |
Instance Attribute Details
#NetAttackEventInfo ⇒ Object
11094 11095 11096 |
# File 'lib/v20180228/models.rb', line 11094 def NetAttackEventInfo @NetAttackEventInfo end |
#RequestId ⇒ Object
11094 11095 11096 |
# File 'lib/v20180228/models.rb', line 11094 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11101 11102 11103 11104 11105 11106 11107 |
# File 'lib/v20180228/models.rb', line 11101 def deserialize(params) unless params['NetAttackEventInfo'].nil? @NetAttackEventInfo = NetAttackEventInfo.new @NetAttackEventInfo.deserialize(params['NetAttackEventInfo']) end @RequestId = params['RequestId'] end |