Default values to update.

interface SetDefaultValues {
    defaultValues?: Version2.Version2Models.CustomFieldContextDefaultValue[];
    fieldId: string;
}

Hierarchy (view full)

Properties

fieldId: string

The ID of the custom field.