benchling_api_client.models.plates_archival_change module¶
- class PlatesArchivalChange¶
Bases:
object
IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of plates along with any IDs of containers that were archived / unarchived.
- __init__(container_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_container_ids'].default, plate_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_plate_ids'].default) None ¶
Method generated by attrs for class PlatesArchivalChange.