View Source Zoonk.Content.Course (Zoonk v0.2.0-alpha)

Course schema.

Link to this section Summary

Link to this section Types

@type t() :: %Zoonk.Content.Course{
  __meta__: term(),
  cover: term(),
  description: term(),
  id: term(),
  inserted_at: term(),
  language: term(),
  level: term(),
  name: term(),
  public?: term(),
  published?: term(),
  school: term(),
  school_id: term(),
  slug: term(),
  updated_at: term(),
  users: term()
}