View Source GoogleApi.CloudSearch.V1.Model.CustomerUserStats (google_api_cloud_search v0.24.0)
Attributes
-
date
(type:GoogleApi.CloudSearch.V1.Model.Date.t
, default:nil
) - The date for which session stats were calculated. Stats calculated on the next day close to midnight are returned. -
oneDayActiveUsersCount
(type:String.t
, default:nil
) - The count of unique active users in the past one day -
sevenDaysActiveUsersCount
(type:String.t
, default:nil
) - The count of unique active users in the past seven days -
thirtyDaysActiveUsersCount
(type:String.t
, default:nil
) - The count of unique active users in the past thirty days
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.CustomerUserStats{ date: GoogleApi.CloudSearch.V1.Model.Date.t() | nil, oneDayActiveUsersCount: String.t() | nil, sevenDaysActiveUsersCount: String.t() | nil, thirtyDaysActiveUsersCount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.