Interface UpdateFieldAssociationSchemeRequest

Request object for updating an existing field association scheme.

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

Properties

Properties

description?: string

The description value to update

name?: string

The name value to update