benchling_api_client.models.multiple_containers_transfer_source_concentration module

class MultipleContainersTransferSourceConcentration

Bases: object

Concentration at which to transfer entities or batches. Not applicable for container-to-container transfers (the concentration of the source container’s contents will be used).

__init__() None

Method generated by attrs for class MultipleContainersTransferSourceConcentration.

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