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

GoogleAdsSearchads360V0Resources__CampaignAsset

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

A link between a Campaign and an Asset.

interface GoogleAdsSearchads360V0Resources__CampaignAsset {
asset?: string;
campaign?: string;
resourceName?: string;
readonly status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "REMOVED"
| "PAUSED";
}

§Properties

§
asset?: string
[src]

Immutable. The asset which is linked to the campaign.

§
campaign?: string
[src]

Immutable. The campaign to which the asset is linked.

§
resourceName?: string
[src]

Immutable. The resource name of the campaign asset. CampaignAsset resource names have the form: customers/{customer_id}/campaignAssets/{campaign_id}~{asset_id}~{field_type}

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

Output only. Status of the campaign asset.