The details of the field configuration scheme.

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

Hierarchy (view full)

Properties

Properties

description?: string

The description of the field configuration scheme.

name: string

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