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

ListDelegatesResponse

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

Response for the ListDelegates method.

interface ListDelegatesResponse {
delegates?: Delegate[];
}

§Properties

§
delegates?: Delegate[]
[src]

List of the user's delegates (with any verification status). If an account doesn't have delegates, this field doesn't appear.