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

GoogleAdsSearchads360V0Resources__CampaignLabel

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

Represents a relationship between a campaign and a label.

interface GoogleAdsSearchads360V0Resources__CampaignLabel {
campaign?: string;
label?: string;
resourceName?: string;
}

§Properties

§
campaign?: string
[src]

Immutable. The campaign to which the label is attached.

§
label?: string
[src]

Immutable. The label assigned to the campaign.

§
resourceName?: string
[src]

Immutable. Name of the resource. Campaign label resource names have the form: customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}