View Source GoogleApi.AnalyticsReporting.V4.Model.SearchUserActivityResponse (google_api_analytics_reporting v0.18.0)

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).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsReporting.V4.Model.SearchUserActivityResponse{
  nextPageToken: String.t() | nil,
  sampleRate: float() | nil,
  sessions:
    [GoogleApi.AnalyticsReporting.V4.Model.UserActivitySession.t()] | nil,
  totalRows: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.