benchling_api_client.models.plates_archive module

class PlatesArchive

Bases: object

__init__(plate_ids: List[str], reason: PlatesArchiveReason, should_remove_barcodes: bool) None

Method generated by attrs for class PlatesArchive.

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

Array of plate IDs

property reason: PlatesArchiveReason

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