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

GoogleAdsSearchads360V0Resources__AssetGroupAsset

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

AssetGroupAsset is the link between an asset and an asset group. Adding an AssetGroupAsset links an asset with an asset group.

interface GoogleAdsSearchads360V0Resources__AssetGroupAsset {
asset?: string;
assetGroup?: string;
fieldType?:
| "UNSPECIFIED"
| "UNKNOWN"
| "HEADLINE"
| "DESCRIPTION"
| "MANDATORY_AD_TEXT"
| "MARKETING_IMAGE"
| "MEDIA_BUNDLE"
| "YOUTUBE_VIDEO"
| "BOOK_ON_GOOGLE"
| "LEAD_FORM"
| "PROMOTION"
| "CALLOUT"
| "STRUCTURED_SNIPPET"
| "SITELINK"
| "MOBILE_APP"
| "HOTEL_CALLOUT"
| "CALL"
| "PRICE"
| "LONG_HEADLINE"
| "BUSINESS_NAME"
| "SQUARE_MARKETING_IMAGE"
| "PORTRAIT_MARKETING_IMAGE"
| "LOGO"
| "LANDSCAPE_LOGO"
| "VIDEO"
| "CALL_TO_ACTION_SELECTION"
| "AD_IMAGE"
| "BUSINESS_LOGO"
| "HOTEL_PROPERTY"
| "DISCOVERY_CAROUSEL_CARD";
resourceName?: string;
status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "REMOVED"
| "PAUSED";
}

§Properties

§
asset?: string
[src]

Immutable. The asset which this asset group asset is linking.

§
assetGroup?: string
[src]

Immutable. The asset group which this asset group asset is linking.

§
fieldType?: "UNSPECIFIED" | "UNKNOWN" | "HEADLINE" | "DESCRIPTION" | "MANDATORY_AD_TEXT" | "MARKETING_IMAGE" | "MEDIA_BUNDLE" | "YOUTUBE_VIDEO" | "BOOK_ON_GOOGLE" | "LEAD_FORM" | "PROMOTION" | "CALLOUT" | "STRUCTURED_SNIPPET" | "SITELINK" | "MOBILE_APP" | "HOTEL_CALLOUT" | "CALL" | "PRICE" | "LONG_HEADLINE" | "BUSINESS_NAME" | "SQUARE_MARKETING_IMAGE" | "PORTRAIT_MARKETING_IMAGE" | "LOGO" | "LANDSCAPE_LOGO" | "VIDEO" | "CALL_TO_ACTION_SELECTION" | "AD_IMAGE" | "BUSINESS_LOGO" | "HOTEL_PROPERTY" | "DISCOVERY_CAROUSEL_CARD"
[src]

The description of the placement of the asset within the asset group. For example: HEADLINE, YOUTUBE_VIDEO etc

§
resourceName?: string
[src]

Immutable. The resource name of the asset group asset. Asset group asset resource name have the form: customers/{customer_id}/assetGroupAssets/{asset_group_id}~{asset_id}~{field_type}

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

The status of the link between an asset and asset group.