Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchModifyMessagesRequest

import type { BatchModifyMessagesRequest } from "https://googleapis.deno.dev/v1/gmail:v1.ts";
interface BatchModifyMessagesRequest {
addLabelIds?: string[];
ids?: string[];
removeLabelIds?: string[];
}

§Properties

§
addLabelIds?: string[]
[src]

A list of label IDs to add to messages.

§
ids?: string[]
[src]

The IDs of the messages to modify. There is a limit of 1000 ids per request.

§
removeLabelIds?: string[]
[src]

A list of label IDs to remove from messages.