GoogleCloudPolicysimulatorV1ReplayResultsSummary constructor
GoogleCloudPolicysimulatorV1ReplayResultsSummary({
- int? differenceCount,
- int? errorCount,
- int? logCount,
- GoogleTypeDate? newestDate,
- GoogleTypeDate? oldestDate,
- int? unchangedCount,
Implementation
GoogleCloudPolicysimulatorV1ReplayResultsSummary({
this.differenceCount,
this.errorCount,
this.logCount,
this.newestDate,
this.oldestDate,
this.unchangedCount,
});