PolarExpress.Schemas.OrderUser (polar_express v0.2.2)

Copy Markdown View Source

OrderUser

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.OrderUser{
  avatar_url: term(),
  email: term(),
  github_username: term(),
  id: term(),
  public_name: term()
}
  • avatar_url - Nullable.
  • email - Nullable.
  • github_username - Nullable.
  • id - Format: uuid4.
  • public_name

Functions

schema_name()