Class CustomerQueryStats
Inheritance
CustomerQueryStats
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class CustomerQueryStats : IDirectResponseSchema
Properties
Date
The date for which query stats were calculated. Stats calculated on the next day close to midnight are
returned.
Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
QueryCountByStatus
Declaration
[JsonProperty("queryCountByStatus")]
public virtual IList<QueryCountByStatus> QueryCountByStatus { get; set; }
Property Value
Implements