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

FilterAction

import type { FilterAction } from "https://googleapis.deno.dev/v1/gmail:v1.ts";

A set of actions to perform on a message.

interface FilterAction {
addLabelIds?: string[];
forward?: string;
removeLabelIds?: string[];
}

§Properties

§
addLabelIds?: string[]
[src]

List of labels to add to the message.

§
forward?: string
[src]

Email address that the message should be forwarded to.

§
removeLabelIds?: string[]
[src]

List of labels to remove from the message.