Procore.Model.ExtendedView1 (procore_sdk v0.3.0)

Customer signee party

Summary

Types

@type t() :: %Procore.Model.ExtendedView1{
  employee_id: String.t() | nil,
  first_name: String.t() | nil,
  id: integer() | nil,
  is_employee: boolean() | nil,
  last_name: String.t() | nil,
  user_id: integer() | nil,
  work_classification: Procore.Model.ExtendedViewWorkClassification.t() | nil
}

Functions