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

GoogleAdsSearchads360V0Common__TextLabel

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

A type of label displaying text on a colored background.

interface GoogleAdsSearchads360V0Common__TextLabel {
backgroundColor?: string;
description?: string;
}

§Properties

§
backgroundColor?: string
[src]

Background color of the label in RGB format. This string must match the regular expression '^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$'. Note: The background color may not be visible for manager accounts.

§
description?: string
[src]

A short description of the label. The length must be no more than 200 characters.