Class: TencentCloud::Cwp::V20180228::DescribeVulLevelCountRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeVulLevelCountRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeVulLevelCount请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vulcategory = nil, isfollowvul = nil) ⇒ DescribeVulLevelCountRequest
constructor
A new instance of DescribeVulLevelCountRequest.
Constructor Details
#initialize(vulcategory = nil, isfollowvul = nil) ⇒ DescribeVulLevelCountRequest
Returns a new instance of DescribeVulLevelCountRequest.
24196 24197 24198 24199 |
# File 'lib/v20180228/models.rb', line 24196 def initialize(vulcategory=nil, isfollowvul=nil) @VulCategory = vulcategory @IsFollowVul = isfollowvul end |
Instance Attribute Details
#IsFollowVul ⇒ Object
24194 24195 24196 |
# File 'lib/v20180228/models.rb', line 24194 def IsFollowVul @IsFollowVul end |
#VulCategory ⇒ Object
24194 24195 24196 |
# File 'lib/v20180228/models.rb', line 24194 def VulCategory @VulCategory end |
Instance Method Details
#deserialize(params) ⇒ Object
24201 24202 24203 24204 |
# File 'lib/v20180228/models.rb', line 24201 def deserialize(params) @VulCategory = params['VulCategory'] @IsFollowVul = params['IsFollowVul'] end |