google_api_drive_activity v0.4.3 GoogleApi.DriveActivity.V2.Model.Action View Source

Information about the action.

Attributes

  • actor (type: GoogleApi.DriveActivity.V2.Model.Actor.t, default: nil) - The actor responsible for this action (or empty if all actors are responsible).
  • detail (type: GoogleApi.DriveActivity.V2.Model.ActionDetail.t, default: nil) - The type and detailed information about the action.
  • target (type: GoogleApi.DriveActivity.V2.Model.Target.t, default: nil) - The target this action affects (or empty if affecting all targets). This represents the state of the target immediately after this action occurred.
  • timeRange (type: GoogleApi.DriveActivity.V2.Model.TimeRange.t, default: nil) - The action occurred over this time range.
  • timestamp (type: DateTime.t, default: nil) - The action occurred at this specific time.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

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.