Associated field configuration scheme and project.

interface FieldConfigurationSchemeProjectAssociation {
    fieldConfigurationSchemeId?: string;
    projectId: string;
}

Hierarchy (view full)

Properties

fieldConfigurationSchemeId?: string

The ID of the field configuration scheme. If the field configuration scheme ID is null, the operation assigns the default field configuration scheme.

projectId: string

The ID of the project.