SpaceMongers.Models.User (SpaceMongers v0.3.0) View Source
Represents the user.
Link to this section Summary
Link to this section Types
Specs
t() :: %SpaceMongers.Models.User{
created_at: DateTime.t(),
credits: integer(),
email: String.t(),
extra_fields: map(),
id: binary(),
picture: any(),
updated_at: DateTime.t(),
username: String.t()
}