Details of field associations with projects.

interface FieldAssociationsRequest {
    associationContexts: AssociationContextObject[];
    fields: FieldIdentifierObject[];
}

Properties

associationContexts: AssociationContextObject[]

Contexts to associate/unassociate the fields with.

Fields to associate/unassociate with projects.