benchling_api_client.models.boxes_archive module

class BoxesArchive

Bases: object

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

Method generated by attrs for class BoxesArchive.

property box_ids: List[str]

Array of box IDs

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.boxes_archive.T
property reason: BoxesArchiveReason

Reason that boxes 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]