Procore.Model.RestV10ProjectsProjectIdActionPlansPartiesGet200ResponseInner (procore_sdk v0.3.0)

Summary

Types

@type t() ::
  %Procore.Model.RestV10ProjectsProjectIdActionPlansPartiesGet200ResponseInner{
    employee_id: String.t() | nil,
    first_name: String.t() | nil,
    id: integer() | nil,
    is_employee: boolean() | nil,
    last_name: String.t() | nil,
    login: String.t() | nil,
    name: String.t() | nil,
    potential_approver: boolean() | nil,
    potential_assignee: boolean() | nil,
    potential_manager: boolean() | nil,
    potential_receiver: boolean() | nil,
    updated_at: DateTime.t() | nil,
    user_id: integer() | nil,
    vendor:
      Procore.Model.RestV10ProjectsProjectIdActionPlansPlanTemplatesGet200ResponseInnerManagerVendor.t()
      | nil
  }

Functions