benchling_api_client.models.locations_archive module

class LocationsArchive

Bases: object

__init__(location_ids: List[str], reason: LocationsArchiveReason, should_remove_barcodes: Union[benchling_api_client.types.Unset, bool] = attr_dict['_should_remove_barcodes'].default) None

Method generated by attrs for class LocationsArchive.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.locations_archive.T
property location_ids: List[str]

Array of location IDs

property reason: LocationsArchiveReason

Reason that locations are being archived.

property should_remove_barcodes: bool

Remove barcodes. Removing barcodes from archived storage that contain items will also remove barcodes from the contained items.

to_dict() Dict[str, Any]