Humaans.Resources.PerformanceInstance (Humaans v0.6.0)

Copy Markdown View Source

Representation of a Performance Instance resource.

Summary

Types

t()

@type t() :: %Humaans.Resources.PerformanceInstance{
  company_id: binary() | nil,
  created_at: DateTime.t() | nil,
  id: binary() | nil,
  performance_cycle_id: binary() | nil,
  person_id: binary() | nil,
  status: binary() | nil,
  updated_at: DateTime.t() | nil
}

Functions

build(map_or_kwlist, opts \\ [])

@spec build(ExConstructor.map_or_kwlist(), Keyword.t()) ::
  %Humaans.Resources.PerformanceInstance{
    company_id: term(),
    created_at: term(),
    id: term(),
    performance_cycle_id: term(),
    person_id: term(),
    status: term(),
    updated_at: term()
  }

new(data)