ResourcePolicySnapshotSchedulePolicy constructor
ResourcePolicySnapshotSchedulePolicy({
- ResourcePolicySnapshotSchedulePolicyRetentionPolicy? retentionPolicy,
- ResourcePolicySnapshotSchedulePolicySchedule? schedule,
- ResourcePolicySnapshotSchedulePolicySnapshotProperties? snapshotProperties,
Implementation
ResourcePolicySnapshotSchedulePolicy({
this.retentionPolicy,
this.schedule,
this.snapshotProperties,
});