Request payload for fetching sharing info of current group.

interface GetSharingInfoRequest {
    metadata?: boolean;
    withParentGroups?: boolean;
    withSubGroups?: boolean;
}

Properties

metadata?: boolean
withParentGroups?: boolean
withSubGroups?: boolean