google_api_drive_activity v0.5.0 GoogleApi.DriveActivity.V2.Model.ConsolidationStrategy View Source

How the individual activities are consolidated. A set of activities may be consolidated into one combined activity if they are related in some way, such as one actor performing the same action on multiple targets, or multiple actors performing the same action on a single target. The strategy defines the rules for which activities are related.

Attributes

  • legacy (type: GoogleApi.DriveActivity.V2.Model.Legacy.t, default: nil) - The individual activities are consolidated using the legacy strategy.
  • none (type: GoogleApi.DriveActivity.V2.Model.NoConsolidation.t, default: nil) - The individual activities are not consolidated.

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.DriveActivity.V2.Model.ConsolidationStrategy{
  legacy: GoogleApi.DriveActivity.V2.Model.Legacy.t(),
  none: GoogleApi.DriveActivity.V2.Model.NoConsolidation.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.