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

    Interface ShareGroupRequest

    Request payload for sharing group with other user.

    interface ShareGroupRequest {
        makePrimary?: boolean;
        metadata?: Record<string, any>;
        toUserName: string;
    }

    Hierarchy

    Index

    Properties

    makePrimary?: boolean
    metadata?: Record<string, any>
    toUserName: string