Class GoogleCloudDiscoveryengineV1alphaSampleQueryQueryEntry
Query Entry captures metadata to be used for search evaluation.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSampleQueryQueryEntry : IDirectResponseSchema
Properties
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<GoogleCloudDiscoveryengineV1alphaSampleQueryQueryEntryTarget> Targets { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaSampleQueryQueryEntryTarget> |