Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet200ResponseInner (procore_sdk v0.3.0)

Represents a single Person's Look Ahead report data, including assignments and availability.

Summary

Types

@type t() ::
  %Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet200ResponseInner{
    assignments:
      [
        Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet200ResponseInnerAssignmentsInner.t()
      ]
      | nil,
    available_after: String.t() | nil,
    employee_number: String.t() | nil,
    job_title_id: String.t() | nil,
    job_title_name: String.t() | nil,
    name:
      Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet200ResponseInnerName.t()
      | nil
  }

Functions