Details of a custom field context.

interface CustomFieldContextUpdateDetails {
    description?: string;
    name?: string;
}

Hierarchy (view full)

Properties

Properties

description?: string

The description of the custom field context. The maximum length is 255 characters.

name?: string

The name of the custom field context. The name must be unique. The maximum length is 255 characters.