benchling_api_client.models.workflow_task_bulk_create module

class WorkflowTaskBulkCreate

Bases: object

__init__(workflow_task_group_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_workflow_task_group_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 WorkflowTaskBulkCreate.

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_bulk_create.T
get(key, default=None) Optional[Any]
property scheduled_on: date

The date on which the task is scheduled to be executed

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

The workflow ID