Class GoogleCloudDiscoveryengineV1betaChunkDocumentMetadata
Document metadata contains the information of the document of the current chunk.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaChunkDocumentMetadata : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
StructData
Data representation. The structured JSON data for the document. It should conform to the registered Schema
or an INVALID_ARGUMENT error is thrown.
Declaration
[JsonProperty("structData")]
public virtual IDictionary<string, object> StructData { get; set; }Property Value
| Type | Description | 
|---|---|
| IDictionary<string, object> | 
Title
Title of the document.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Uri
Uri of the document.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }Property Value
| Type | Description | 
|---|---|
| string |