Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdAssignmentsGet200ResponseInner (procore_sdk v0.3.0)

Response schema for company assignments

Summary

Types

@type t() ::
  %Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdAssignmentsGet200ResponseInner{
    current_page: integer() | nil,
    data:
      [
        Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdAssignmentsGet200ResponseInnerDataInner.t()
      ]
      | nil,
    possible_pages: integer() | nil
  }

Functions