Class CustomerSessionStats
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class CustomerSessionStats : IDirectResponseSchema
Properties
Date
The date for which session stats were calculated. Stats are calculated on the following day, close to midnight PST, and then returned.
Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
Property Value
Type | Description |
---|---|
Date |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchSessionsCount
The count of search sessions on the day
Declaration
[JsonProperty("searchSessionsCount")]
public virtual long? SearchSessionsCount { get; set; }
Property Value
Type | Description |
---|---|
long? |