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.
11291 11292 11293 11294 |
# File 'lib/v20180228/models.rb', line 11291 def initialize(netattacktopinfo=nil, requestid=nil) @NetAttackTopInfo = netattacktopinfo @RequestId = requestid end |
Instance Attribute Details
#NetAttackTopInfo ⇒ Object
11289 11290 11291 |
# File 'lib/v20180228/models.rb', line 11289 def NetAttackTopInfo @NetAttackTopInfo end |
#RequestId ⇒ Object
11289 11290 11291 |
# File 'lib/v20180228/models.rb', line 11289 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11296 11297 11298 11299 11300 11301 11302 |
# File 'lib/v20180228/models.rb', line 11296 def deserialize(params) unless params['NetAttackTopInfo'].nil? @NetAttackTopInfo = NetAttackTopInfo.new @NetAttackTopInfo.deserialize(params['NetAttackTopInfo']) end @RequestId = params['RequestId'] end |