benchling_api_client.models.locations_archival_change module

class LocationsArchivalChange

Bases: object

IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of locations along with any IDs of locations, boxes, plates, containers that were archived.

__init__(box_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_box_ids'].default, container_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_container_ids'].default, location_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_location_ids'].default, plate_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_plate_ids'].default) None

Method generated by attrs for class LocationsArchivalChange.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property box_ids: List[str]
property container_ids: List[str]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.locations_archival_change.T
get(key, default=None) Optional[Any]
property location_ids: List[str]
property plate_ids: List[str]
to_dict() Dict[str, Any]