View Source GoogleApi.Admin.Reports_v1.Model.Activities (google_api_admin v0.40.0)

JSON template for a collection of activities.

Attributes

  • etag (type: String.t, default: nil) - ETag of the resource.
  • items (type: list(GoogleApi.Admin.Reports_v1.Model.Activity.t), default: nil) - Each activity record in the response.
  • kind (type: String.t, default: admin#reports#activities) - The type of API resource. For an activity report, the value is reports#activities.
  • nextPageToken (type: String.t, default: nil) - Token for retrieving the follow-on next page of the report. The nextPageToken value is used in the request's pageToken query string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Reports_v1.Model.Activities{
  etag: String.t() | nil,
  items: [GoogleApi.Admin.Reports_v1.Model.Activity.t()] | nil,
  kind: String.t() | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.