GooglePrivacyDlpV2HybridInspectStatistics class

Statistics related to processing hybrid inspect requests.

Constructors

GooglePrivacyDlpV2HybridInspectStatistics({String? abortedCount, String? pendingCount, String? processedCount})
GooglePrivacyDlpV2HybridInspectStatistics.fromJson(Map json_)

Properties

abortedCount String?
The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pendingCount String?
The number of hybrid requests currently being processed.
getter/setter pair
processedCount String?
The number of hybrid inspection requests processed within this job.
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