benchling_api_client.models.workflow_task_group_write_base module

class WorkflowTaskGroupWriteBase

Bases: object

__init__(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 WorkflowTaskGroupWriteBase.

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

The name of the workflow task group

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

IDs of the users watching the workflow task group