Class DocumentReference
Represents a reference to a document.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperKnowledge.v1alpha.Data
Assembly: Google.Apis.DeveloperKnowledge.v1alpha.dll
Syntax
public class DocumentReference : IDirectResponseSchema
Properties
DocumentChunk
Output only. Contains the document chunk. The document_chunk.id field is not set and will be empty.
Declaration
[JsonProperty("documentChunk")]
public virtual DocumentChunk DocumentChunk { get; set; }
Property Value
| Type | Description |
|---|---|
| DocumentChunk |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |