ISPO SDK
    Preparing search index...

    Interface GoogleMailModifyMessageInput

    Markdown
    interface GoogleMailModifyMessageInput {
        accountId?: string;
        addLabelIds?: string[];
        messageId: string;
        removeLabelIds?: string[];
    }
    Index
    accountId?: string
    addLabelIds?: string[]
    messageId: string
    removeLabelIds?: string[]