CleanupPolicy constructor

CleanupPolicy({
  1. String? action,
  2. CleanupPolicyCondition? condition,
  3. String? id,
  4. CleanupPolicyMostRecentVersions? mostRecentVersions,
})

Implementation

CleanupPolicy({
  this.action,
  this.condition,
  this.id,
  this.mostRecentVersions,
});