Class: TencentCloud::Cwp::V20180228::DescribeHotVulTopResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeHotVulTopResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeHotVulTop返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(list = nil, requestid = nil) ⇒ DescribeHotVulTopResponse
constructor
A new instance of DescribeHotVulTopResponse.
Constructor Details
#initialize(list = nil, requestid = nil) ⇒ DescribeHotVulTopResponse
Returns a new instance of DescribeHotVulTopResponse.
15414 15415 15416 15417 |
# File 'lib/v20180228/models.rb', line 15414 def initialize(list=nil, requestid=nil) @List = list @RequestId = requestid end |
Instance Attribute Details
#List ⇒ Object
15412 15413 15414 |
# File 'lib/v20180228/models.rb', line 15412 def List @List end |
#RequestId ⇒ Object
15412 15413 15414 |
# File 'lib/v20180228/models.rb', line 15412 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15419 15420 15421 15422 15423 15424 15425 15426 15427 15428 15429 |
# File 'lib/v20180228/models.rb', line 15419 def deserialize(params) unless params['List'].nil? @List = [] params['List'].each do |i| vulstorelistinfo_tmp = VulStoreListInfo.new vulstorelistinfo_tmp.deserialize(i) @List << vulstorelistinfo_tmp end end @RequestId = params['RequestId'] end |