Class: TencentCloud::Cwp::V20180228::DescribeVulHostTopRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeVulHostTopRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeVulHostTop请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(top = nil, vulcategory = nil, isfollowvul = nil) ⇒ DescribeVulHostTopRequest
constructor
A new instance of DescribeVulHostTopRequest.
Constructor Details
#initialize(top = nil, vulcategory = nil, isfollowvul = nil) ⇒ DescribeVulHostTopRequest
Returns a new instance of DescribeVulHostTopRequest.
24008 24009 24010 24011 24012 |
# File 'lib/v20180228/models.rb', line 24008 def initialize(top=nil, vulcategory=nil, isfollowvul=nil) @Top = top @VulCategory = vulcategory @IsFollowVul = isfollowvul end |
Instance Attribute Details
#IsFollowVul ⇒ Object
24006 24007 24008 |
# File 'lib/v20180228/models.rb', line 24006 def IsFollowVul @IsFollowVul end |
#Top ⇒ Object
24006 24007 24008 |
# File 'lib/v20180228/models.rb', line 24006 def Top @Top end |
#VulCategory ⇒ Object
24006 24007 24008 |
# File 'lib/v20180228/models.rb', line 24006 def VulCategory @VulCategory end |
Instance Method Details
#deserialize(params) ⇒ Object
24014 24015 24016 24017 24018 |
# File 'lib/v20180228/models.rb', line 24014 def deserialize(params) @Top = params['Top'] @VulCategory = params['VulCategory'] @IsFollowVul = params['IsFollowVul'] end |