Snapshot constructor
Snapshot({
- String? directoryId,
- String? name,
- String? snapshotId,
- DateTime? startTime,
- SnapshotStatus? status,
- SnapshotType? type,
Implementation
Snapshot({
this.directoryId,
this.name,
this.snapshotId,
this.startTime,
this.status,
this.type,
});