Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 3.08 KB

Collection.md

File metadata and controls

13 lines (10 loc) · 3.08 KB

# Collection

Properties

Name Type Description Notes
account_id string Output only. The ID of the account that owns this collection. [optional] [readonly]
authorized_query_domains string[] The list of authorized query domains for the collection. Client-side / browser requests to the QueryCollection call can be made by any authorized query domain or any of its subdomains. This allows your interface to make search requests without having to provide an API key in the client-side request. [optional]
create_time \DateTime Output only. The time the collection was created. [optional] [readonly]
display_name string The collection's display name. You can change this at any time.
id string Output only. The collection's ID. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]