View Source GoogleApi.Admin.Reports_v1.Model.Activities (google_api_admin v0.43.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 isreports#activities. -
nextPageToken(type:String.t, default:nil) - Token for retrieving the follow-on next page of the report. ThenextPageTokenvalue is used in the request'spageTokenquery 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
Unwrap a decoded JSON object into its complex fields.