Interface UpdateFieldAssociationSchemeResponse

Response object after successfully updating an existing field association scheme.

interface UpdateFieldAssociationSchemeResponse {
    description?: string;
    id?: number;
    links?: UpdateFieldAssociationSchemeLinksBean;
    name?: string;
}

Properties

description?: string
id?: number
name?: string