benchling_api_client.models.containers_archive module

class ContainersArchive

Bases: object

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

Method generated by attrs for class ContainersArchive.

property container_ids: List[str]

Array of container IDs

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

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