AutoSnapshotDetails constructor
AutoSnapshotDetails({
- DateTime? createdAt,
- String? date,
- List<
AttachedDisk> ? fromAttachedDisks, - AutoSnapshotStatus? status,
Implementation
AutoSnapshotDetails({
this.createdAt,
this.date,
this.fromAttachedDisks,
this.status,
});