@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface GetSharingInfoRequest

    Request payload for fetching sharing info of current group.

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

    Properties

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