ScanRun class

A ScanRun is a output-only resource representing an actual run of the scan.

Next id: 12

Constructors

ScanRun({String? endTime, ScanRunErrorTrace? errorTrace, String? executionState, bool? hasVulnerabilities, String? name, int? progressPercent, String? resultState, String? startTime, String? urlsCrawledCount, String? urlsTestedCount, List<ScanRunWarningTrace>? warningTraces})
ScanRun.fromJson(Map json_)

Properties

endTime String?
The time at which the ScanRun reached termination state - that the ScanRun is either finished or stopped by user.
getter/setter pair
errorTrace ScanRunErrorTrace?
If result_state is an ERROR, this field provides the primary reason for scan's termination and more details, if such are available.
getter/setter pair
executionState String?
The execution state of the ScanRun.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasVulnerabilities bool?
Whether the scan run has found any vulnerabilities.
getter/setter pair
name String?
The resource name of the ScanRun.
getter/setter pair
progressPercent int?
The percentage of total completion ranging from 0 to 100.
getter/setter pair
resultState String?
The result state of the ScanRun.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
The time at which the ScanRun started.
getter/setter pair
urlsCrawledCount String?
The number of URLs crawled during this ScanRun.
getter/setter pair
urlsTestedCount String?
The number of URLs tested during this ScanRun.
getter/setter pair
warningTraces List<ScanRunWarningTrace>?
A list of warnings, if such are encountered during this scan run.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited