Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdCustomFieldsFieldIdPostRequest (procore_sdk v0.3.0)

Request body for updating a Custom Field.

Summary

Types

@type t() ::
  %Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdCustomFieldsFieldIdPostRequest{
    can_filter: boolean() | nil,
    description: String.t() | nil,
    integration_only: boolean() | nil,
    name: String.t() | nil,
    on_people: boolean() | nil,
    on_projects: boolean() | nil,
    sort_by: String.t() | nil,
    values: [String.t()] | nil
  }

Functions