Cyphi.UserAttendance (Cyphi v0.1.0)

Provides struct and types for a UserAttendance

Summary

Types

t()

@type t() :: %Cyphi.UserAttendance{
  arrived_late: integer() | nil,
  excused: boolean() | nil,
  id: integer() | nil,
  left_early: integer() | nil,
  note: String.t() | nil,
  status: String.t() | nil,
  user_id: integer()
}