Class: TencentCloud::Cwp::V20180228::DescribeAttackTopResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeAttackTopResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeAttackTop返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(netattacktopinfo = nil, requestid = nil) ⇒ DescribeAttackTopResponse
constructor
A new instance of DescribeAttackTopResponse.
Constructor Details
#initialize(netattacktopinfo = nil, requestid = nil) ⇒ DescribeAttackTopResponse
Returns a new instance of DescribeAttackTopResponse.
11312 11313 11314 11315 |
# File 'lib/v20180228/models.rb', line 11312 def initialize(netattacktopinfo=nil, requestid=nil) @NetAttackTopInfo = netattacktopinfo @RequestId = requestid end |
Instance Attribute Details
#NetAttackTopInfo ⇒ Object
11310 11311 11312 |
# File 'lib/v20180228/models.rb', line 11310 def NetAttackTopInfo @NetAttackTopInfo end |
#RequestId ⇒ Object
11310 11311 11312 |
# File 'lib/v20180228/models.rb', line 11310 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11317 11318 11319 11320 11321 11322 11323 |
# File 'lib/v20180228/models.rb', line 11317 def deserialize(params) unless params['NetAttackTopInfo'].nil? @NetAttackTopInfo = NetAttackTopInfo.new @NetAttackTopInfo.deserialize(params['NetAttackTopInfo']) end @RequestId = params['RequestId'] end |