OptionsArray Properties Name Type Description Notes label string [optional] [default to undefined] value string [optional] [default to undefined] Example import { OptionsArray } from 'launchdarkly-api-typescript'; const instance: OptionsArray = { label, value, }; [Back to Model list] [Back to API list] [Back to README]