Class EnterpriseTopazSidekickCommonDocument
Representation of a document. NEXT_TAG: 15
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickCommonDocument : IDirectResponseSchema
Properties
AccessType
Access type, i.e., whether the user has access to the document or not.
Declaration
[JsonProperty("accessType")]
public virtual string AccessType { get; set; }
Property Value
Type | Description |
---|---|
string |
DebugInfo
Information for debugging.
Declaration
[JsonProperty("debugInfo")]
public virtual EnterpriseTopazSidekickCommonDebugInfo DebugInfo { get; set; }
Property Value
Type | Description |
---|---|
EnterpriseTopazSidekickCommonDebugInfo |
DocumentId
Document id.
Declaration
[JsonProperty("documentId")]
public virtual string DocumentId { get; set; }
Property Value
Type | Description |
---|---|
string |
DriveDocumentMetadata
Drive document metadata.
Declaration
[JsonProperty("driveDocumentMetadata")]
public virtual EnterpriseTopazSidekickCommonDocumentDriveDocumentMetadata DriveDocumentMetadata { get; set; }
Property Value
Type | Description |
---|---|
EnterpriseTopazSidekickCommonDocumentDriveDocumentMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GenericUrl
Generic Drive-based url in the format of drive.google.com/open to be used for deeplink
Declaration
[JsonProperty("genericUrl")]
public virtual string GenericUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Justification
Justification on why the document is selected.
Declaration
[JsonProperty("justification")]
public virtual EnterpriseTopazSidekickCommonDocumentJustification Justification { get; set; }
Property Value
Type | Description |
---|---|
EnterpriseTopazSidekickCommonDocumentJustification |
MimeType
MIME type
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |
Provenance
Document provenance.
Declaration
[JsonProperty("provenance")]
public virtual string Provenance { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
Justification of why this document is being returned.
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type | Description |
---|---|
string |
Snippet
A sampling of the text from the document.
Declaration
[JsonProperty("snippet")]
public virtual string Snippet { get; set; }
Property Value
Type | Description |
---|---|
string |
ThumbnailUrl
Thumbnail URL.
Declaration
[JsonProperty("thumbnailUrl")]
public virtual string ThumbnailUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Title of the document.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of the document.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
Absolute URL of the document.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |