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

GoogleAppsDriveLabelsV2LabelProperties

import type { GoogleAppsDriveLabelsV2LabelProperties } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";

Basic properties of the label.

interface GoogleAppsDriveLabelsV2LabelProperties {
description?: string;
title?: string;
}

§Properties

§
description?: string
[src]

The description of the label.

§
title?: string
[src]

Required. Title of the label.