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

BatchDeleteMessagesRequest

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

§Properties

§
ids?: string[]
[src]

The IDs of the messages to delete.