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

    Interface GetGroupsRequestParams

    Request payload for fetching groups of current user.

    interface GetGroupsRequestParams {
        resultCount?: number;
        withNodeList?: boolean;
        withSubGroups?: boolean;
    }
    Index

    Properties

    resultCount?: number
    withNodeList?: boolean
    withSubGroups?: boolean