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

GoogleAdsSearchads360V0Resources__CustomerAssetSet

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

CustomerAssetSet is the linkage between a customer and an asset set. Adding a CustomerAssetSet links an asset set with a customer.

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

§Properties

§
assetSet?: string
[src]

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

§
customer?: string
[src]

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

§
resourceName?: string
[src]

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

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

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