GoogleApi.DriveActivity.V2.Model.Action (google_api_drive_activity v0.9.0)
View SourceInformation 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DriveActivity.V2.Model.Action{ actor: GoogleApi.DriveActivity.V2.Model.Actor.t() | nil, detail: GoogleApi.DriveActivity.V2.Model.ActionDetail.t() | nil, target: GoogleApi.DriveActivity.V2.Model.Target.t() | nil, timeRange: GoogleApi.DriveActivity.V2.Model.TimeRange.t() | nil, timestamp: DateTime.t() | nil }