View Source Lightning.Collections.Collection (Lightning v2.10.4)

Collection referenced by name associated to a project.

Summary

Types

@type t() :: %Lightning.Collections.Collection{
  __meta__: term(),
  id: Ecto.UUID.t(),
  inserted_at: NaiveDateTime.t(),
  items: term(),
  name: String.t(),
  project: term(),
  project_id: Ecto.UUID.t(),
  updated_at: NaiveDateTime.t()
}