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

GoogleAdsSearchads360V0Resources__AdGroupAsset

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

A link between an ad group and an asset.

interface GoogleAdsSearchads360V0Resources__AdGroupAsset {
adGroup?: string;
asset?: string;
resourceName?: string;
status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "REMOVED"
| "PAUSED";
}

§Properties

§
adGroup?: string
[src]

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

§
asset?: string
[src]

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

§
resourceName?: string
[src]

Immutable. The resource name of the ad group asset. AdGroupAsset resource names have the form: customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}

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

Status of the ad group asset.