Google Apps Script API
    Preparing search index...
    interface Label {
        color?: LabelColor;
        id?: string;
        labelListVisibility?: string;
        messageListVisibility?: string;
        messagesTotal?: number;
        messagesUnread?: number;
        name?: string;
        threadsTotal?: number;
        threadsUnread?: number;
        type?: string;
    }
    Index

    Properties

    color?: LabelColor
    id?: string
    labelListVisibility?: string
    messageListVisibility?: string
    messagesTotal?: number
    messagesUnread?: number
    name?: string
    threadsTotal?: number
    threadsUnread?: number
    type?: string