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

AccountLabel

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

Label assigned by CSS domain or CSS group to one of its sub-accounts.

interface AccountLabel {
readonly accountId?: bigint;
description?: string;
displayName?: string;
readonly labelId?: bigint;
readonly labelType?: "LABEL_TYPE_UNSPECIFIED" | "MANUAL" | "AUTOMATIC";
name?: string;
}

§Properties

§
readonly accountId?: bigint
[src]

Output only. The ID of account this label belongs to.

§
description?: string
[src]

The description of this label.

§
displayName?: string
[src]

The display name of this label.

§
readonly labelId?: bigint
[src]

Output only. The ID of the label.

§
readonly labelType?: "LABEL_TYPE_UNSPECIFIED" | "MANUAL" | "AUTOMATIC"
[src]

Output only. The type of this label.

§
name?: string
[src]

The resource name of the label. Format: accounts/{account}/labels/{label}