benchling_api_client.models.dropdown_update module

class DropdownUpdate

Bases: object

__init__(options: List[DropdownOptionUpdate]) None

Method generated by attrs for class DropdownUpdate.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.dropdown_update.T
property options: List[DropdownOptionUpdate]

Options to set for the dropdown

to_dict() Dict[str, Any]