GoogleApi.AnalyticsReporting.V4.Model.SearchUserActivityResponse (google_api_analytics_reporting v0.16.0) 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
Specs
t() :: %GoogleApi.AnalyticsReporting.V4.Model.SearchUserActivityResponse{
nextPageToken: String.t() | nil,
sampleRate: float() | nil,
sessions:
[GoogleApi.AnalyticsReporting.V4.Model.UserActivitySession.t()] | nil,
totalRows: integer() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.