google_api_apps_activity v0.3.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 (GoogleApi.AppsActivity.V1.Model.Event.t): The fields common to all of the singleEvents that make up the Activity. Defaults to
nil
. - singleEvents (list(GoogleApi.AppsActivity.V1.Model.Event.t)): A list of all the Events that make up the Activity. Defaults to
nil
.
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.AppsActivity.V1.Model.Activity{
combinedEvent: GoogleApi.AppsActivity.V1.Model.Event.t(),
singleEvents: [GoogleApi.AppsActivity.V1.Model.Event.t()]
}
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
Unwrap a decoded JSON object into its complex fields.