benchling_api_client.models.assay_runs_bulk_create_request module

class AssayRunsBulkCreateRequest

Bases: object

__init__(assay_runs: List[AssayRunCreate]) None

Method generated by attrs for class AssayRunsBulkCreateRequest.

property assay_runs: List[AssayRunCreate]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.assay_runs_bulk_create_request.T
to_dict() Dict[str, Any]