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
§
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.