benchling_api_client.models.request_tasks_bulk_create module

class RequestTasksBulkCreate

Bases: object

__init__(schema_id: str, fields: Union[benchling_api_client.types.Unset, Fields] = attr_dict['_fields'].default, sample_group_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_sample_group_ids'].default) None

Method generated by attrs for class RequestTasksBulkCreate.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property fields: Fields
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.request_tasks_bulk_create.T
get(key, default=None) Optional[Any]
property sample_group_ids: List[str]

IDs of all request sample groups now associated with this task.

property schema_id: str

The schema id of the task to create

to_dict() Dict[str, Any]