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

GoogleAdsSearchads360V0Resources__Label

import type { GoogleAdsSearchads360V0Resources__Label } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

A label.

interface GoogleAdsSearchads360V0Resources__Label {
readonly id?: bigint;
name?: string;
resourceName?: string;
readonly status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "REMOVED";
}

§Properties

§
readonly id?: bigint
[src]

Output only. ID of the label. Read only.

§
name?: string
[src]

The name of the label. This field is required and should not be empty when creating a new label. The length of this string should be between 1 and 80, inclusive.

§
resourceName?: string
[src]

Immutable. Name of the resource. Label resource names have the form: customers/{customer_id}/labels/{label_id}

§
readonly status?: "UNSPECIFIED" | "UNKNOWN" | "ENABLED" | "REMOVED"
[src]

Output only. Status of the label. Read only.

§

A type of label displaying text on a colored background.