benchling_api_client.models.plate module

class Plate

Bases: object

__init__(archive_record: Union[benchling_api_client.types.Unset, None, ArchiveRecord] = attr_dict['_archive_record'].default, barcode: Union[benchling_api_client.types.Unset, None, str] = attr_dict['_barcode'].default, created_at: Union[benchling_api_client.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.types.Unset, UserSummary] = attr_dict['_creator'].default, fields: Union[benchling_api_client.types.Unset, Fields] = attr_dict['_fields'].default, id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.types.Unset, datetime] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default, parent_storage_id: Union[benchling_api_client.types.Unset, None, str] = attr_dict['_parent_storage_id'].default, project_id: Union[benchling_api_client.types.Unset, None, str] = attr_dict['_project_id'].default, schema: Union[benchling_api_client.types.Unset, None, SchemaSummary] = attr_dict['_schema'].default, type: Union[benchling_api_client.types.Unset, PlateType] = attr_dict['_type'].default, web_url: Union[benchling_api_client.types.Unset, str] = attr_dict['_web_url'].default, wells: Union[benchling_api_client.types.Unset, PlateWells] = attr_dict['_wells'].default) None

Method generated by attrs for class Plate.

property archive_record: Optional[ArchiveRecord]
property barcode: Optional[str]

Barcode of the plate

property created_at: datetime

DateTime the container was created

property creator: UserSummary
property fields: Fields
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.plate.T
property id: str

ID of the plate

property modified_at: datetime

DateTime the plate was last modified

property name: str

Name of the plate, defaults to barcode if name is not provided.

property parent_storage_id: Optional[str]

ID of containing parent storage (e.g. loc_k2lNspzS).

property project_id: Optional[str]

ID of the project if set

property schema: Optional[SchemaSummary]
to_dict() Dict[str, Any]
property type: PlateType
property web_url: str
property wells: PlateWells

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