Details of a custom field context.

interface UpdateCustomFieldContext {
    contextId: number;
    description?: string;
    fieldId: string;
    name?: string;
}

Hierarchy (view full)

Properties

contextId: number

The ID of the context.

description?: string

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

fieldId: string

The ID of the custom field.

name?: string

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