interface ArchiveSessionAttributes {
    driveParts: ArchiveSessionDrivePart[];
    fromLocation: Location;
    id: 0;
    model: DataModel;
    toLocation: Location;
}

Properties

fromLocation: Location
id: 0
model: DataModel
toLocation: Location