google_api_cloud_search v0.6.0 GoogleApi.CloudSearch.V1.Model.CustomerUserStats View Source
Attributes
date
(type:GoogleApi.CloudSearch.V1.Model.Date.t
, default:nil
) - 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 daysevenDaysActiveUsersCount
(type:String.t
, default:nil
) - The count of unique active users in the past seven daysthirtyDaysActiveUsersCount
(type:String.t
, default:nil
) - The count of unique active users in the past thirty days
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudSearch.V1.Model.CustomerUserStats{ date: GoogleApi.CloudSearch.V1.Model.Date.t(), oneDayActiveUsersCount: String.t(), sevenDaysActiveUsersCount: String.t(), thirtyDaysActiveUsersCount: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.