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