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

    Interface CreateSubGroupRequest

    Request payload for creating a new sub-group.

    interface CreateSubGroupRequest {
        customData?: Record<string, any>;
        description?: string;
        mutuallyExclusive?: boolean;
        name: string;
        nodeIds?: string[];
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customData?: Record<string, any>
    description?: string
    mutuallyExclusive?: boolean
    name: string
    nodeIds?: string[]
    type?: string