# ListItem

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**selected** | **String** | When set to **true**, indicates that this item is the default selection shown to a signer.   Only one selection can be set as the default. | [optional] 
**selectedMetadata** | [**PropertyMetadata**](PropertyMetadata.md) |  | [optional] 
**text** | **String** | Specifies the text that is shown in the dropdown list.  | [optional] 
**textMetadata** | [**PropertyMetadata**](PropertyMetadata.md) |  | [optional] 
**value** | **String** | Specifies the value that is used when the list item is selected. | [optional] 
**valueMetadata** | [**PropertyMetadata**](PropertyMetadata.md) |  | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)