benchling_api_client.models.dropdown_create module

class DropdownCreate

Bases: object

__init__(name: str, options: List[DropdownOptionCreate], registry_id: Union[benchling_api_client.types.Unset, None, str] = attr_dict['_registry_id'].default) None

Method generated by attrs for class DropdownCreate.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.dropdown_create.T
property name: str

Name of the dropdown

property options: List[DropdownOptionCreate]

Options to set for the dropdown

property registry_id: Optional[str]

ID of registry in which to create the dropdown. Required if multiple registries exist.

to_dict() Dict[str, Any]