GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary class

Summary statistics about the replayed log entries.

Constructors

GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary({int? differenceCount, int? errorCount, int? logCount, GoogleTypeDate? newestDate, GoogleTypeDate? oldestDate, int? unchangedCount})
GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary.fromJson(Map _json)

Properties

differenceCount int?
The number of replayed log entries with a difference between baseline and simulated policies.
getter/setter pair
errorCount int?
The number of log entries that could not be replayed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logCount int?
The total number of log entries replayed.
getter/setter pair
newestDate GoogleTypeDate?
The date of the newest log entry replayed.
getter/setter pair
oldestDate GoogleTypeDate?
The date of the oldest log entry replayed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unchangedCount int?
The number of replayed log entries with no difference between baseline and simulated policies.
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