google_api_analytics_reporting v0.8.0 GoogleApi.AnalyticsReporting.V4.Model.SearchUserActivityResponse View Source
The response from userActivity:get call.
Attributes
nextPageToken(type:String.t, default:nil) - This token should be passed to SearchUserActivityRequest to retrieve the next page.sampleRate(type:float(), default:nil) - This field represents the sampling rate for the given request and is a number between 0.0 to 1.0. See developer guide for details.sessions(type:list(GoogleApi.AnalyticsReporting.V4.Model.UserActivitySession.t), default:nil) - Each record represents a session (device details, duration, etc).totalRows(type:integer(), default:nil) - Total rows returned by this query (across different pages).
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.AnalyticsReporting.V4.Model.SearchUserActivityResponse{
nextPageToken: String.t(),
sampleRate: float(),
sessions: [GoogleApi.AnalyticsReporting.V4.Model.UserActivitySession.t()],
totalRows: integer()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.