google_api_admin v0.2.0 GoogleApi.Admin.Reports_v1.Model.Activities View Source
JSON template for a collection of activites.
Attributes
- etag (String.t): ETag of the resource. Defaults to:
null. - items ([Activity]): Each record in read response. Defaults to:
null. - kind (String.t): Kind of list response this is. Defaults to:
null. - nextPageToken (String.t): Token for retrieving the next page Defaults to:
null.
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 Source
t()
View Source
t() :: %GoogleApi.Admin.Reports_v1.Model.Activities{
etag: any(),
items: [GoogleApi.Admin.Reports_v1.Model.Activity.t()],
kind: any(),
nextPageToken: any()
}
t() :: %GoogleApi.Admin.Reports_v1.Model.Activities{
etag: any(),
items: [GoogleApi.Admin.Reports_v1.Model.Activity.t()],
kind: any(),
nextPageToken: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.