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

GoogleAdsSearchads360V0Resources__AssetGroupListingGroupFilter

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

AssetGroupListingGroupFilter represents a listing group filter tree node in an asset group.

interface GoogleAdsSearchads360V0Resources__AssetGroupListingGroupFilter {
assetGroup?: string;
readonly id?: bigint;
parentListingGroupFilter?: string;
resourceName?: string;
type?:
| "UNSPECIFIED"
| "UNKNOWN"
| "SUBDIVISION"
| "UNIT_INCLUDED"
| "UNIT_EXCLUDED";
vertical?: "UNSPECIFIED" | "UNKNOWN" | "SHOPPING";
}

§Properties

§
assetGroup?: string
[src]

Immutable. The asset group which this asset group listing group filter is part of.

§

Dimension value with which this listing group is refining its parent. Undefined for the root group.

§
readonly id?: bigint
[src]

Output only. The ID of the ListingGroupFilter.

§
parentListingGroupFilter?: string
[src]

Immutable. Resource name of the parent listing group subdivision. Null for the root listing group filter node.

§

Output only. The path of dimensions defining this listing group filter.

§
resourceName?: string
[src]

Immutable. The resource name of the asset group listing group filter. Asset group listing group filter resource name have the form: customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}

§
type?: "UNSPECIFIED" | "UNKNOWN" | "SUBDIVISION" | "UNIT_INCLUDED" | "UNIT_EXCLUDED"
[src]

Immutable. Type of a listing group filter node.

§
vertical?: "UNSPECIFIED" | "UNKNOWN" | "SHOPPING"
[src]

Immutable. The vertical the current node tree represents. All nodes in the same tree must belong to the same vertical.