Only present if expand is set to true.

interface CustomFieldExpandedValue {
    label: LocalizedString;
    name: string;
    value: any;
}

Properties

Properties

User-defined label of the Custom Field.

name: string

Name of the Custom Field.

value: any