benchling_api_client.models.workflow_task_schemas_paginated_list module

class WorkflowTaskSchemasPaginatedList

Bases: object

__init__(next_token: Union[benchling_api_client.types.Unset, str] = attr_dict['_next_token'].default, workflow_task_schemas: Union[benchling_api_client.types.Unset, List[WorkflowTaskSchema]] = attr_dict['_workflow_task_schemas'].default) None

Method generated by attrs for class WorkflowTaskSchemasPaginatedList.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.workflow_task_schemas_paginated_list.T
property next_token: str
to_dict() Dict[str, Any]
property workflow_task_schemas: List[WorkflowTaskSchema]