benchling_api_client.models.ingredient_amount module

class IngredientAmount

Bases: object

The amount value of this ingredient in its mixture, in string format (to preserve full precision). Pair with units. Supports scientific notation (1.23e4). One ingredient on this mixture can have an amount value of “QS”.

__init__() None

Method generated by attrs for class IngredientAmount.

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