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.
22295 22296 22297 22298 22299 22300 22301 22302 |
# File 'lib/v20180228/models.rb', line 22295 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
22293 22294 22295 |
# File 'lib/v20180228/models.rb', line 22293 def AddRiskFileCount @AddRiskFileCount end |
#IsFirstCheck ⇒ Object
22293 22294 22295 |
# File 'lib/v20180228/models.rb', line 22293 def IsFirstCheck @IsFirstCheck end |
#RequestId ⇒ Object
22293 22294 22295 |
# File 'lib/v20180228/models.rb', line 22293 def RequestId @RequestId end |
#RiskFileCount ⇒ Object
22293 22294 22295 |
# File 'lib/v20180228/models.rb', line 22293 def RiskFileCount @RiskFileCount end |
#ScanTime ⇒ Object
22293 22294 22295 |
# File 'lib/v20180228/models.rb', line 22293 def ScanTime @ScanTime end |
#ServersCount ⇒ Object
22293 22294 22295 |
# File 'lib/v20180228/models.rb', line 22293 def ServersCount @ServersCount end |
Instance Method Details
#deserialize(params) ⇒ Object
22304 22305 22306 22307 22308 22309 22310 22311 |
# File 'lib/v20180228/models.rb', line 22304 def deserialize(params) @RiskFileCount = params['RiskFileCount'] @AddRiskFileCount = params['AddRiskFileCount'] @ServersCount = params['ServersCount'] @IsFirstCheck = params['IsFirstCheck'] @ScanTime = params['ScanTime'] @RequestId = params['RequestId'] end |