AI-generated Key Takeaways
- 
          
Custom Lists describe custom affinity or custom intent audience lists.
 - 
          
The JSON representation of a Custom List includes its resource name, unique ID, and display name.
 - 
          
Custom Lists have methods to get a specific list and list all custom lists.
 
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. |