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

GoogleAdsSearchads360V0Resources__AssetSetAsset

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

AssetSetAsset is the link between an asset and an asset set. Adding an AssetSetAsset links an asset with an asset set.

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

§Properties

§
asset?: string
[src]

Immutable. The asset which this asset set asset is linking to.

§
assetSet?: string
[src]

Immutable. The asset set which this asset set asset is linking to.

§
resourceName?: string
[src]

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

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

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