Procore.Model.ExtendedView (procore_sdk v0.3.0)

Company signee party

Summary

Types

@type t() :: %Procore.Model.ExtendedView{
  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