Class QuerySuggestion
This field does not contain anything as of now and is just used as an indicator that the suggest result was a phrase completion.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class QuerySuggestion : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastQueryTime
object representation of LastQueryTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastQueryTimeDateTimeOffset instead.")]
public virtual object LastQueryTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
LastQueryTimeDateTimeOffset
DateTimeOffset representation of LastQueryTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastQueryTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
LastQueryTimeRaw
Last query time of the suggestion for query history suggestions.
Declaration
[JsonProperty("lastQueryTime")]
public virtual string LastQueryTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceCorpus
Source corpus of the suggestion.
Declaration
[JsonProperty("sourceCorpus")]
public virtual string SourceCorpus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |