google_api_apps_activity v0.11.1 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
Specs
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
Specs
Unwrap a decoded JSON object into its complex fields.