google_api_drive_activity v0.4.1 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 type
t()
View Sourcet() :: %GoogleApi.DriveActivity.V2.Model.Action{
actor: GoogleApi.DriveActivity.V2.Model.Actor.t(),
detail: GoogleApi.DriveActivity.V2.Model.ActionDetail.t(),
target: GoogleApi.DriveActivity.V2.Model.Target.t(),
timeRange: GoogleApi.DriveActivity.V2.Model.TimeRange.t(),
timestamp: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.