GSDocument
Name  | Type  | Required  | Description  | 
|---|---|---|---|
date  | number(double)  | false  | The Unix timestamp when the document was created in milliseconds.  | 
description  | string  | false  | The description of the document.  | 
empty  | boolean  | false  | Indicates whether the document contains any content.  | 
facetList  | array  | false  | An array of objects, each representing a single facet enabled in the Filter Settings (  | 
» facets  | array  | false  | An array of objects, each representing a single refiner of this facet.  | 
» » count  | integer(int32)  | false  | Will be always   | 
» » label  | string  | false  | The name of the facet refiner.  | 
» » value  | string  | false  | The field value.  | 
» » children  | array  | false  | Will be always   | 
» field  | string  | false  | The field type.  | 
» label  | string  | false  | The name of the facet. Is determined by the   | 
documentDetails  | array  | false  | An array of objects, each representing a single facet enabled in the Details View Settings (  | 
» facets  | array  | false  | An array with facet refiners and facet metadata.  | 
» » count  | integer(int32)  | false  | Will be always   | 
» » label  | string  | false  | The name of the facet refiner.  | 
» » value  | string  | false  | The filed value.  | 
» » children  | array  | false  | Will be always   | 
» field  | string  | false  | The field type.  | 
» label  | string  | false  | The name of the facet. Is determined by the   | 
id  | string  | false  | The ID of the document.  | 
image  | string  | false  | The image for this document in GraphSearch.  | 
link  | string  | false  | The URL of the document.  | 
searchSpaceId  | string  | false  | The ID of the GraphSearch search space with the document.  | 
title  | string  | false  | The title of the document.  | 
type  | string  | false  | The type of the document.  |