google_api_admin v0.6.0 GoogleApi.Admin.Reports_v1.Model.Activities View Source
JSON template for a collection of activites.
Attributes
etag(type:String.t, default:nil) - ETag of the resource.items(type:list(GoogleApi.Admin.Reports_v1.Model.Activity.t), default:nil) - Each record in read response.kind(type:String.t, default:admin#reports#activities) - Kind of list response this is.nextPageToken(type:String.t, default:nil) - Token for retrieving the next page
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.