google_api_drive_activity v0.5.0 GoogleApi.DriveActivity.V2.Model.User View Source
Information about an end user.
Attributes
deletedUser
(type:GoogleApi.DriveActivity.V2.Model.DeletedUser.t
, default:nil
) - A user whose account has since been deleted.knownUser
(type:GoogleApi.DriveActivity.V2.Model.KnownUser.t
, default:nil
) - A known user.unknownUser
(type:GoogleApi.DriveActivity.V2.Model.UnknownUser.t
, default:nil
) - A user about whom nothing is currently known.
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.User{ deletedUser: GoogleApi.DriveActivity.V2.Model.DeletedUser.t(), knownUser: GoogleApi.DriveActivity.V2.Model.KnownUser.t(), unknownUser: GoogleApi.DriveActivity.V2.Model.UnknownUser.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.