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

GoogleAdsSearchads360V0Resources__CampaignAssetSet

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

CampaignAssetSet is the linkage between a campaign and an asset set. Adding a CampaignAssetSet links an asset set with a campaign.

interface GoogleAdsSearchads360V0Resources__CampaignAssetSet {
assetSet?: string;
campaign?: string;
resourceName?: string;
readonly status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "REMOVED";
}

§Properties

§
assetSet?: string
[src]

Immutable. The asset set which is linked to the campaign.

§
campaign?: string
[src]

Immutable. The campaign to which this asset set is linked.

§
resourceName?: string
[src]

Immutable. The resource name of the campaign asset set. Asset set asset resource names have the form: customers/{customer_id}/campaignAssetSets/{campaign_id}~{asset_set_id}

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

Output only. The status of the campaign asset set asset. Read-only.