Interface GetFieldAssociationParametersResponse

Response object for getting field association parameters.

interface GetFieldAssociationParametersResponse {
    fieldId: string;
    parameters?: FieldAssociationParameters;
    workTypeParameters?: WorkTypeParameters[];
}

Properties

fieldId: string
workTypeParameters?: WorkTypeParameters[]