Procore.Model.CompanyPerson (procore_sdk v0.3.0)

The Company Person object.

Summary

Types

@type t() :: %Procore.Model.CompanyPerson{
  contact: Procore.Model.CompanyPersonContact.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: String.t() | nil,
  user_id: integer() | nil,
  user_uuid: integer() | nil,
  work_classification_id: integer() | nil
}

Functions