benchling_api_client.models.workflow_task_update module

class WorkflowTaskUpdate

Bases: object

__init__(status_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_status_id'].default, assignee_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_assignee_id'].default, fields: Union[benchling_api_client.types.Unset, Fields] = attr_dict['_fields'].default, scheduled_on: Union[benchling_api_client.types.Unset, date] = attr_dict['_scheduled_on'].default) None

Method generated by attrs for class WorkflowTaskUpdate.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property assignee_id: str

The id of the user assigned to the task

property fields: Fields
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.workflow_task_update.T
get(key, default=None) Optional[Any]
property scheduled_on: date

The date on which the task is scheduled to be executed

property status_id: str
to_dict() Dict[str, Any]