Class GoogleCloudDiscoveryengineV1betaSampleQueryQueryEntry
Query Entry captures metadata to be used for search evaluation.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSampleQueryQueryEntry : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Query
Required. The query.
Declaration
[JsonProperty("query")]
public virtual string Query { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Targets
List of targets for the query.
Declaration
[JsonProperty("targets")]
public virtual IList<GoogleCloudDiscoveryengineV1betaSampleQueryQueryEntryTarget> Targets { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleCloudDiscoveryengineV1betaSampleQueryQueryEntryTarget> |