Class: TencentCloud::Cwp::V20180228::DescribeVulTopRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeVulTopRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeVulTop请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(top = nil, vulcategory = nil, isfollowvul = nil) ⇒ DescribeVulTopRequest
constructor
A new instance of DescribeVulTopRequest.
Constructor Details
#initialize(top = nil, vulcategory = nil, isfollowvul = nil) ⇒ DescribeVulTopRequest
Returns a new instance of DescribeVulTopRequest.
24471 24472 24473 24474 24475 |
# File 'lib/v20180228/models.rb', line 24471 def initialize(top=nil, vulcategory=nil, isfollowvul=nil) @Top = top @VulCategory = vulcategory @IsFollowVul = isfollowvul end |
Instance Attribute Details
#IsFollowVul ⇒ Object
24469 24470 24471 |
# File 'lib/v20180228/models.rb', line 24469 def IsFollowVul @IsFollowVul end |
#Top ⇒ Object
24469 24470 24471 |
# File 'lib/v20180228/models.rb', line 24469 def Top @Top end |
#VulCategory ⇒ Object
24469 24470 24471 |
# File 'lib/v20180228/models.rb', line 24469 def VulCategory @VulCategory end |
Instance Method Details
#deserialize(params) ⇒ Object
24477 24478 24479 24480 24481 |
# File 'lib/v20180228/models.rb', line 24477 def deserialize(params) @Top = params['Top'] @VulCategory = params['VulCategory'] @IsFollowVul = params['IsFollowVul'] end |