nylas
    Preparing search index...

    Interface CreateFolderRequest

    Interface for creating a new folder.

    interface CreateFolderRequest {
        backgroundColor?: string;
        name: string;
        parentId?: string;
        textColor?: string;
    }
    Index

    Properties

    backgroundColor?: string

    (Google only) The background color of the folder in the hexadecimal format "#0099EE". See Google Defined Values for more information.

    name: string

    Creates a folder with the specified display name. (Constraints: 1 to 1024 chars)

    parentId?: string

    (Microsoft only) ID of the parent folder.

    textColor?: string

    (Google only) The text color of the folder in the hexadecimal format "#0099EE". See Google Defined Values for more information.