Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesGet200ResponseInner (procore_sdk v0.3.0)

Schema representing a single Job Title.

Summary

Types

@type t() ::
  %Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesGet200ResponseInner{
    color: String.t() | nil,
    globally_accessible: boolean() | nil,
    group_ids: [String.t()] | nil,
    hourly_rate: float() | nil,
    id: String.t() | nil,
    name: String.t() | nil,
    type: String.t() | nil
  }

Functions