google_api_apps_activity v0.7.0 GoogleApi.AppsActivity.V1.Model.Activity View Source

An Activity resource is a combined view of multiple events. An activity has a list of individual events and a combined view of the common fields among all events.

Attributes

  • combinedEvent (type: GoogleApi.AppsActivity.V1.Model.Event.t, default: nil) - The fields common to all of the singleEvents that make up the Activity.
  • singleEvents (type: list(GoogleApi.AppsActivity.V1.Model.Event.t), default: nil) - A list of all the Events that make up the Activity.

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() :: %GoogleApi.AppsActivity.V1.Model.Activity{
  combinedEvent: GoogleApi.AppsActivity.V1.Model.Event.t(),
  singleEvents: [GoogleApi.AppsActivity.V1.Model.Event.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.