GoogleApi.DriveActivity.V2.Model.User (google_api_drive_activity v0.7.1) 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
Specs
t() :: %GoogleApi.DriveActivity.V2.Model.User{
deletedUser: GoogleApi.DriveActivity.V2.Model.DeletedUser.t() | nil,
knownUser: GoogleApi.DriveActivity.V2.Model.KnownUser.t() | nil,
unknownUser: GoogleApi.DriveActivity.V2.Model.UnknownUser.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.