Class: TencentCloud::Cwp::V20180228::DescribeVulCveIdInfoResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeVulCveIdInfoResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeVulCveIdInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(list = nil, requestid = nil) ⇒ DescribeVulCveIdInfoResponse
constructor
A new instance of DescribeVulCveIdInfoResponse.
Constructor Details
#initialize(list = nil, requestid = nil) ⇒ DescribeVulCveIdInfoResponse
Returns a new instance of DescribeVulCveIdInfoResponse.
22850 22851 22852 22853 |
# File 'lib/v20180228/models.rb', line 22850 def initialize(list=nil, requestid=nil) @List = list @RequestId = requestid end |
Instance Attribute Details
#List ⇒ Object
22848 22849 22850 |
# File 'lib/v20180228/models.rb', line 22848 def List @List end |
#RequestId ⇒ Object
22848 22849 22850 |
# File 'lib/v20180228/models.rb', line 22848 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
22855 22856 22857 22858 22859 22860 22861 22862 22863 22864 22865 |
# File 'lib/v20180228/models.rb', line 22855 def deserialize(params) unless params['List'].nil? @List = [] params['List'].each do |i| vulinfobycveid_tmp = VulInfoByCveId.new vulinfobycveid_tmp.deserialize(i) @List << vulinfobycveid_tmp end end @RequestId = params['RequestId'] end |