benchling_api_client.models.container_update module

class ContainerUpdate

Bases: object

__init__(project_id: Union[benchling_api_client.types.Unset, None, str] = attr_dict['_project_id'].default, quantity: Union[benchling_api_client.types.Unset, ContainerQuantity] = attr_dict['_quantity'].default, volume: Union[benchling_api_client.types.Unset, DeprecatedContainerVolumeForInput] = attr_dict['_volume'].default, fields: Union[benchling_api_client.types.Unset, Fields] = attr_dict['_fields'].default, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default, parent_storage_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_parent_storage_id'].default) None

Method generated by attrs for class ContainerUpdate.

property fields: Fields
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.container_update.T
property name: str
property parent_storage_id: str

ID of containing parent storage, can also specify a coordinate for plates and boxes (e.g. plt_2bAks9dx:a2).

property project_id: Optional[str]
property quantity: ContainerQuantity

Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.

to_dict() Dict[str, Any]
property volume: DeprecatedContainerVolumeForInput

Desired volume for a container, well, or transfer. “volume” type keys are deprecated in API requests; use the more permissive “quantity” type key instead.