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. The unique key of a user list consists of the following fields: id. Note that the name must also be unique for user lists owned by a given customer, except in some cases where access_reason is set to SHARED. Violating the unique name constraint produces error: UserListError.INVALID_NAME.

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. Unique per user list, except in some cases where a user list of the same name has access_reason set to 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.