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

GoogleAdsSearchads360V0Resources__AssetSet

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

An asset set representing a collection of assets. Use AssetSetAsset to link an asset to the asset set.

interface GoogleAdsSearchads360V0Resources__AssetSet {
readonly id?: bigint;
resourceName?: string;
}

§Properties

§
readonly id?: bigint
[src]

Output only. The ID of the asset set.

§
resourceName?: string
[src]

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