benchling_api_client.models.workflow_task_group_create module

class WorkflowTaskGroupCreate

Bases: object

__init__(schema_id: str, folder_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_folder_id'].default, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default, watcher_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_watcher_ids'].default) None

Method generated by attrs for class WorkflowTaskGroupCreate.

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

ID of the folder that contains the workflow task group

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.workflow_task_group_create.T
get(key, default=None) Optional[Any]
property name: str

The name of the workflow task group

property schema_id: str

The workflow task schema of tasks in this task group

to_dict() Dict[str, Any]
property watcher_ids: List[str]

IDs of the users watching the workflow task group