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

ListLabelsResponse

import type { ListLabelsResponse } from "https://googleapis.deno.dev/v1/gmail:v1.ts";
interface ListLabelsResponse {
labels?: Label[];
}

§Properties

§
labels?: Label[]
[src]

List of labels. Note that each label resource only contains an id, name, messageListVisibility, labelListVisibility, and type. The labels.get method can fetch additional label details.