DiscoveryOccurrence class

Provides information about the analysis status of a discovered resource.

Constructors

DiscoveryOccurrence({String? analysisStatus, Status? analysisStatusError, String? continuousAnalysis, String? cpe, String? lastScanTime})
DiscoveryOccurrence.fromJson(Map _json)

Properties

analysisStatus String?
The status of discovery for the resource. Possible string values are:
getter/setter pair
analysisStatusError Status?
When an error is encountered this will contain a LocalizedMessage under details to show to the user.
getter/setter pair
continuousAnalysis String?
Whether the resource is continuously analyzed. Possible string values are:
getter/setter pair
cpe String?
The CPE of the resource being scanned.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastScanTime String?
The last time this resource was scanned.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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