Relationship between a container and a member

interface GraphMembership {
    _links?: any;
    containerDescriptor?: string;
    memberDescriptor?: string;
}

Properties

_links?: any

This field contains zero or more interesting links about the graph membership. These links may be invoked to obtain additional relationships or more detailed information about this graph membership.

containerDescriptor?: string
memberDescriptor?: string