Humaans.Resources.JobRole (Humaans v0.6.0)

Copy Markdown View Source

Representation of a Job Role resource.

Summary

Types

t()

@type t() :: %Humaans.Resources.JobRole{
  company_id: binary() | nil,
  created_at: DateTime.t() | nil,
  id: binary() | nil,
  name: binary() | nil,
  updated_at: DateTime.t() | nil
}

Functions

build(map_or_kwlist, opts \\ [])

@spec build(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Humaans.Resources.JobRole{
  company_id: term(),
  created_at: term(),
  id: term(),
  name: term(),
  updated_at: term()
}

new(data)