Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsTagActionGet200ResponseInner (procore_sdk v0.3.0)

Object representing a Person with a Tag requiring action.

Summary

Types

@type t() ::
  %Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsTagActionGet200ResponseInner{
    employee_number: String.t() | nil,
    job_title: String.t() | nil,
    person_name:
      Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsTagActionGet200ResponseInnerPersonName.t()
      | nil,
    tag:
      Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsTagActionGet200ResponseInnerTag.t()
      | nil
  }

Functions