Pipple.Employee (pipple v0.2.0)

This struct represents an Employee in Rippling

Link to this section Summary

Link to this section Types

@type t() :: %Pipple.Employee{
  created_at: DateTime.t() | nil,
  custom_fields: list() | nil,
  department: String.t() | nil,
  first_name: String.t() | nil,
  id: String.t() | nil,
  last_name: String.t() | nil,
  manager: String.t() | nil,
  name: String.t() | nil,
  preferred_first_name: String.t() | nil,
  preferred_last_name: String.t() | nil,
  start_date: Date.t() | nil,
  title: String.t() | nil,
  updated_at: DateTime.t() | nil
}

Link to this section Functions