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

ModifyThreadRequest

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

§Properties

§
addLabelIds?: string[]
[src]

A list of IDs of labels to add to this thread. You can add up to 100 labels with each update.

§
removeLabelIds?: string[]
[src]

A list of IDs of labels to remove from this thread. You can remove up to 100 labels with each update.