benchling_api_client.models.workflow_task_groups_paginated_list module

class WorkflowTaskGroupsPaginatedList

Bases: object

__init__(next_token: Union[benchling_api_client.types.Unset, str] = attr_dict['_next_token'].default, workflow_task_groups: Union[benchling_api_client.types.Unset, List[WorkflowTaskGroup]] = attr_dict['_workflow_task_groups'].default) None

Method generated by attrs for class WorkflowTaskGroupsPaginatedList.

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