REST Resource: customLists
Resource: CustomList
Describes a custom list entity, such as a custom affinity or custom intent audience list.
JSON representation |
{
"name": string,
"customListId": string,
"displayName": string
} |
Fields |
name |
string
Output only. The resource name of the custom list.
|
customListId |
string (int64 format)
Output only. The unique ID of the custom list. Assigned by the system.
|
displayName |
string
Output only. The display name of the custom list. .
|
Methods |
|
Gets a custom list. |
|
Lists custom lists. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["The CustomList resource represents custom entities like affinity or intent audience lists, defined by a unique ID, name, and display name."],["This resource can be managed through methods for retrieval (get) and listing (list), accessible via the provided API endpoints."],["The JSON representation of a CustomList includes fields for name, customListId (unique identifier), and displayName."]]],["The `CustomList` resource represents a custom entity like an audience list. It has a `name`, a system-assigned `customListId`, and a `displayName`. These fields are read-only. The resource offers two methods: `get`, which retrieves a specific custom list, and `list`, which retrieves a collection of custom lists. The `CustomList` data can be represented in a JSON format containing these three attributes.\n"]]