benchling_api_client.models.workflow_sample module

class WorkflowSample

Bases: object

__init__(batch_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_batch_id'].default, container_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_container_ids'].default, created_at: Union[benchling_api_client.types.Unset, datetime] = attr_dict['_created_at'].default, id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default) None

Method generated by attrs for class WorkflowSample.

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

ID of the batch

property container_ids: List[str]

Array of IDs of containers

property created_at: datetime

DateTime at which the the sample was created

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

ID of the sample

property name: str

Name of the sample

to_dict() Dict[str, Any]