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.
23811 23812 23813 23814 |
# File 'lib/v20180228/models.rb', line 23811 def initialize(vulcategory=nil, isfollowvul=nil) @VulCategory = vulcategory @IsFollowVul = isfollowvul end |
Instance Attribute Details
#IsFollowVul ⇒ Object
23809 23810 23811 |
# File 'lib/v20180228/models.rb', line 23809 def IsFollowVul @IsFollowVul end |
#VulCategory ⇒ Object
23809 23810 23811 |
# File 'lib/v20180228/models.rb', line 23809 def VulCategory @VulCategory end |
Instance Method Details
#deserialize(params) ⇒ Object
23816 23817 23818 23819 |
# File 'lib/v20180228/models.rb', line 23816 def deserialize(params) @VulCategory = params['VulCategory'] @IsFollowVul = params['IsFollowVul'] end |