View Source GoogleApi.CloudSearch.V1.Model.CustomerSessionStats (google_api_cloud_search v0.20.0)
Attributes
-
date
(type:GoogleApi.CloudSearch.V1.Model.Date.t
, default:nil
) - The date for which session stats were calculated. Stats are calculated on the following day, close to midnight PST, and then returned. -
searchSessionsCount
(type:String.t
, default:nil
) - The count of search sessions on the day
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.CustomerSessionStats{ date: GoogleApi.CloudSearch.V1.Model.Date.t() | nil, searchSessionsCount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.