Procore.Model.ArrayOfUnitsOfMeasureErrorsInner (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ArrayOfUnitsOfMeasureErrorsInner{
  description: String.t() | nil,
  errors:
    Procore.Model.RestV10WorkOrderContractsWorkOrderContractIdLineItemsSyncPatch200ResponseErrorsInnerAllOfErrors.t()
    | nil,
  id: integer() | nil,
  is_standard: boolean() | nil,
  name: String.t() | nil,
  uom_category:
    Procore.Model.RestV10CompaniesCompanyIdUomsGet200ResponseInnerUomCategory.t()
    | nil
}

Functions