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

    Interface GetGroupByNameRequestParams

    Request payload for fetching group of current user by name.

    interface GetGroupByNameRequestParams {
        name: string;
        withNodeDetails?: boolean;
        withNodeList?: boolean;
        withSubGroups?: boolean;
    }

    Hierarchy

    Index

    Properties

    name: string
    withNodeDetails?: boolean
    withNodeList?: boolean
    withSubGroups?: boolean