AI-generated Key Takeaways
-
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.
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 |
Output only. The resource name of the custom list. |
customListId |
Output only. The unique ID of the custom list. Assigned by the system. |
displayName |
Output only. The display name of the custom list. . |
Methods |
|
---|---|
|
Gets a custom list. |
|
Lists custom lists. |