benchling_api_client.models.benchling_apps_archival_change module

class BenchlingAppsArchivalChange

Bases: object

IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of apps that were archived / unarchived.

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

Method generated by attrs for class BenchlingAppsArchivalChange.

property app_ids: List[str]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.benchling_apps_archival_change.T
to_dict() Dict[str, Any]