Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdPeoplePersonIdTimeOffGet200ResponsePagination (procore_sdk v0.3.0)

Pagination metadata for the time off records.

Summary

Types

@type t() ::
  %Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdPeoplePersonIdTimeOffGet200ResponsePagination{
    limit: integer() | nil,
    next_starting_after: String.t() | nil,
    previous_starting_before: String.t() | nil,
    total_possible: integer() | nil
  }

Functions