The details of the field configuration scheme.

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

Hierarchy (view full)

Properties

Properties

description?: string

The description of the field configuration scheme.

id: number

The ID of the field configuration scheme.

name: string

The name of the field configuration scheme. The name must be unique.