ListDelegatesResponse
import type { ListDelegatesResponse } from "https://googleapis.deno.dev/v1/gmail:v1.ts";
Response for the ListDelegates method.
interface ListDelegatesResponse {
delegates?: Delegate[];
}import type { ListDelegatesResponse } from "https://googleapis.deno.dev/v1/gmail:v1.ts";
Response for the ListDelegates method.