Class: TencentCloud::Cwp::V20180228::DescribeServersAndRiskAndFirstInfoResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeServersAndRiskAndFirstInfoResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeServersAndRiskAndFirstInfo返回参数结构体
Instance Attribute Summary collapse
- #AddRiskFileCount ⇒ Object
- #IsFirstCheck ⇒ Object
- #RequestId ⇒ Object
- #RiskFileCount ⇒ Object
- #ScanTime ⇒ Object
- #ServersCount ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(riskfilecount = nil, addriskfilecount = nil, serverscount = nil, isfirstcheck = nil, scantime = nil, requestid = nil) ⇒ DescribeServersAndRiskAndFirstInfoResponse
constructor
A new instance of DescribeServersAndRiskAndFirstInfoResponse.
Constructor Details
#initialize(riskfilecount = nil, addriskfilecount = nil, serverscount = nil, isfirstcheck = nil, scantime = nil, requestid = nil) ⇒ DescribeServersAndRiskAndFirstInfoResponse
Returns a new instance of DescribeServersAndRiskAndFirstInfoResponse.
22684 22685 22686 22687 22688 22689 22690 22691 |
# File 'lib/v20180228/models.rb', line 22684 def initialize(riskfilecount=nil, addriskfilecount=nil, serverscount=nil, isfirstcheck=nil, scantime=nil, requestid=nil) @RiskFileCount = riskfilecount @AddRiskFileCount = addriskfilecount @ServersCount = serverscount @IsFirstCheck = isfirstcheck @ScanTime = scantime @RequestId = requestid end |
Instance Attribute Details
#AddRiskFileCount ⇒ Object
22682 22683 22684 |
# File 'lib/v20180228/models.rb', line 22682 def AddRiskFileCount @AddRiskFileCount end |
#IsFirstCheck ⇒ Object
22682 22683 22684 |
# File 'lib/v20180228/models.rb', line 22682 def IsFirstCheck @IsFirstCheck end |
#RequestId ⇒ Object
22682 22683 22684 |
# File 'lib/v20180228/models.rb', line 22682 def RequestId @RequestId end |
#RiskFileCount ⇒ Object
22682 22683 22684 |
# File 'lib/v20180228/models.rb', line 22682 def RiskFileCount @RiskFileCount end |
#ScanTime ⇒ Object
22682 22683 22684 |
# File 'lib/v20180228/models.rb', line 22682 def ScanTime @ScanTime end |
#ServersCount ⇒ Object
22682 22683 22684 |
# File 'lib/v20180228/models.rb', line 22682 def ServersCount @ServersCount end |
Instance Method Details
#deserialize(params) ⇒ Object
22693 22694 22695 22696 22697 22698 22699 22700 |
# File 'lib/v20180228/models.rb', line 22693 def deserialize(params) @RiskFileCount = params['RiskFileCount'] @AddRiskFileCount = params['AddRiskFileCount'] @ServersCount = params['ServersCount'] @IsFirstCheck = params['IsFirstCheck'] @ScanTime = params['ScanTime'] @RequestId = params['RequestId'] end |