Procore.Model.ProjectPerson1 (procore_sdk v0.3.0)

Project Person

Summary

Types

@type t() :: %Procore.Model.ProjectPerson1{
  contact: Procore.Model.NormalContact.t() | nil,
  employee_id: String.t() | nil,
  first_name: String.t() | nil,
  id: integer() | nil,
  is_employee: boolean() | nil,
  last_name: String.t() | nil,
  origin_id: integer() | nil,
  user_id: integer() | nil,
  user_uuid: integer() | nil,
  work_classification_id: integer() | nil
}

Functions