Details of a field configuration.

interface UpdateFieldConfiguration {
    description?: string;
    id: number;
    name: string;
}

Hierarchy (view full)

Properties

Properties

description?: string

The description of the field configuration.

id: number

The ID of the field configuration.

name: string

The name of the field configuration. Must be unique.