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

GoogleAdsSearchads360V0Resources__UserList

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

A user list. This is a list of users a customer may target.

interface GoogleAdsSearchads360V0Resources__UserList {
readonly id?: bigint;
name?: string;
resourceName?: string;
readonly type?:
| "UNSPECIFIED"
| "UNKNOWN"
| "REMARKETING"
| "LOGICAL"
| "EXTERNAL_REMARKETING"
| "RULE_BASED"
| "SIMILAR"
| "CRM_BASED";
}

§Properties

§
readonly id?: bigint
[src]

Output only. Id of the user list.

§
name?: string
[src]

Name of this user list. Depending on its access_reason, the user list name may not be unique (for example, if access_reason=SHARED)

§
resourceName?: string
[src]

Immutable. The resource name of the user list. User list resource names have the form: customers/{customer_id}/userLists/{user_list_id}

§
readonly type?: "UNSPECIFIED" | "UNKNOWN" | "REMARKETING" | "LOGICAL" | "EXTERNAL_REMARKETING" | "RULE_BASED" | "SIMILAR" | "CRM_BASED"
[src]

Output only. Type of this list. This field is read-only.