benchling_api_client.models.plate_wells module

class PlateWells

Bases: object

Well contents of the plate, keyed by position string (eg. “A1”).

__init__() None

Method generated by attrs for class PlateWells.

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