GoogleApi.Admin.Reports_v1.Model.Activities (google_api_admin v0.25.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Reports_v1.Model.Activities{
etag: String.t(),
items: [GoogleApi.Admin.Reports_v1.Model.Activity.t()],
kind: String.t(),
nextPageToken: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.