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

GoogleAdsSearchads360V0Resources__AdGroupAssetSet

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

AdGroupAssetSet is the linkage between an ad group and an asset set. Creating an AdGroupAssetSet links an asset set with an ad group.

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

§Properties

§
adGroup?: string
[src]

Immutable. The ad group to which this asset set is linked.

§
assetSet?: string
[src]

Immutable. The asset set which is linked to the ad group.

§
resourceName?: string
[src]

Immutable. The resource name of the ad group asset set. Ad group asset set resource names have the form: customers/{customer_id}/adGroupAssetSets/{ad_group_id}~{asset_set_id}

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

Output only. The status of the ad group asset set. Read-only.