benchling_api_client.models.batches_archival_change module

class BatchesArchivalChange

Bases: object

IDs of all batches that were archived / unarchived, grouped by resource type.

__init__(batch_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_batch_ids'].default) None

Method generated by attrs for class BatchesArchivalChange.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property batch_ids: List[str]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.batches_archival_change.T
get(key, default=None) Optional[Any]
to_dict() Dict[str, Any]