Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.1 KB

Collection.md

File metadata and controls

14 lines (10 loc) · 1.1 KB

Com.Sajari.Sdk.Model.Collection

Properties

Name Type Description Notes
AccountId string Output only. The ID of the account that owns this collection. [optional] [readonly]
AuthorizedQueryDomains List<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]
CreateTime DateTime Output only. The time the collection was created. [optional] [readonly]
DisplayName 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]