google_api_analytics_reporting v0.2.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: null.
  • 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: null.
  • sessions ([UserActivitySession]): Each record represents a session (device details, duration, etc). Defaults to: null.
  • totalRows (integer()): Total rows returned by this query (across different pages). Defaults to: null.

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: any(),
  sampleRate: any(),
  sessions: [GoogleApi.AnalyticsReporting.V4.Model.UserActivitySession.t()],
  totalRows: any()
}

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.