benchling_api_client.models.entries_archive module

class EntriesArchive

Bases: object

__init__(entry_ids: List[str], reason: EntriesArchiveReason) None

Method generated by attrs for class EntriesArchive.

property entry_ids: List[str]

Array of entry IDs

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

Reason that entries are being archived. One of [“Made in error”, “Retired”, “Other”].

to_dict() Dict[str, Any]