GoogleCloudPolicysimulatorV1ReplayResultsSummary constructor

GoogleCloudPolicysimulatorV1ReplayResultsSummary({
  1. int? differenceCount,
  2. int? errorCount,
  3. int? logCount,
  4. GoogleTypeDate? newestDate,
  5. GoogleTypeDate? oldestDate,
  6. int? unchangedCount,
})

Implementation

GoogleCloudPolicysimulatorV1ReplayResultsSummary({
  this.differenceCount,
  this.errorCount,
  this.logCount,
  this.newestDate,
  this.oldestDate,
  this.unchangedCount,
});