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

GoogleAdsSearchads360V0Resources__AdGroupAdLabel

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

A relationship between an ad group ad and a label.

interface GoogleAdsSearchads360V0Resources__AdGroupAdLabel {
adGroupAd?: string;
label?: string;
resourceName?: string;
}

§Properties

§
adGroupAd?: string
[src]

Immutable. The ad group ad to which the label is attached.

§
label?: string
[src]

Immutable. The label assigned to the ad group ad.

§
resourceName?: string
[src]

Immutable. The resource name of the ad group ad label. Ad group ad label resource names have the form: customers/{customer_id}/adGroupAdLabels/{ad_group_id}~{ad_id}~{label_id}