Class GoogleCloudDiscoveryengineV1SearchResponseSummaryCitationSource
Citation source.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1SearchResponseSummaryCitationSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferenceIndex
Document reference index from SummaryWithMetadata.references. It is 0-indexed and the value will be zero if the reference_index is not set explicitly.
Declaration
[JsonProperty("referenceIndex")]
public virtual long? ReferenceIndex { get; set; }
Property Value
Type | Description |
---|---|
long? |