Metadata for picklist.

interface PickListMetadata {
    id?: string;
    isSuggested?: boolean;
    name?: string;
    type?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

id?: string

ID of the picklist

isSuggested?: boolean

Indicates whether items outside of suggested list are allowed

name?: string

Name of the picklist

type?: string

DataType of picklist

url?: string

Url of the picklist