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

GoogleAdsSearchads360V0Resources__CustomerAsset

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

A link between a customer and an asset.

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

§Properties

§
asset?: string
[src]

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

§
resourceName?: string
[src]

Immutable. The resource name of the customer asset. CustomerAsset resource names have the form: customers/{customer_id}/customerAssets/{asset_id}~{field_type}

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

Status of the customer asset.