ResourcePolicySnapshotSchedulePolicyRetentionPolicy constructor

ResourcePolicySnapshotSchedulePolicyRetentionPolicy({
  1. int? maxRetentionDays,
  2. String? onSourceDiskDelete,
})

Implementation

ResourcePolicySnapshotSchedulePolicyRetentionPolicy({
  this.maxRetentionDays,
  this.onSourceDiskDelete,
});