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

ListSendAsResponse

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

Response for the ListSendAs method.

interface ListSendAsResponse {
sendAs?: SendAs[];
}

§Properties

§
sendAs?: SendAs[]
[src]

List of send-as aliases.