google_api_analytics_reporting v0.3.0 GoogleApi.AnalyticsReporting.V4.Model.SearchUserActivityResponse View Source

The response from userActivity:get call.

Attributes

  • nextPageToken (String.t): This token should be passed to SearchUserActivityRequest to retrieve the next page. Defaults to nil.
  • sampleRate (float()): 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. Defaults to nil.
  • sessions (list(GoogleApi.AnalyticsReporting.V4.Model.UserActivitySession.t)): Each record represents a session (device details, duration, etc). Defaults to nil.
  • totalRows (integer()): Total rows returned by this query (across different pages). Defaults to nil.

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 Source
t() :: %GoogleApi.AnalyticsReporting.V4.Model.SearchUserActivityResponse{
  nextPageToken: String.t(),
  sampleRate: float(),
  sessions: [GoogleApi.AnalyticsReporting.V4.Model.UserActivitySession.t()],
  totalRows: integer()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.