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.
15129 15130 15131 15132 |
# File 'lib/v20180228/models.rb', line 15129 def initialize(list=nil, requestid=nil) @List = list @RequestId = requestid end |
Instance Attribute Details
#List ⇒ Object
15127 15128 15129 |
# File 'lib/v20180228/models.rb', line 15127 def List @List end |
#RequestId ⇒ Object
15127 15128 15129 |
# File 'lib/v20180228/models.rb', line 15127 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15134 15135 15136 15137 15138 15139 15140 15141 15142 15143 15144 |
# File 'lib/v20180228/models.rb', line 15134 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 |