interface AssociateRoleReference {
    id: string;
    obj?: AssociateRole;
    typeId: "associate-role";
}

Properties

Properties

id: string

Unique identifier of the referenced AssociateRole.

Contains the representation of the expanded AssociateRole. Only present in responses to requests with Reference Expansion for AssociateRole.

typeId: "associate-role"

Generated using TypeDoc