AutoSnapshotDetails constructor

AutoSnapshotDetails({
  1. DateTime? createdAt,
  2. String? date,
  3. List<AttachedDisk>? fromAttachedDisks,
  4. AutoSnapshotStatus? status,
})

Implementation

AutoSnapshotDetails({
  this.createdAt,
  this.date,
  this.fromAttachedDisks,
  this.status,
});