Procore.Model.ManagedEquipmentType (procore_sdk v0.3.0)

Equipment Type

Summary

Types

@type t() :: %Procore.Model.ManagedEquipmentType{
  company_id: integer() | nil,
  created_at: DateTime.t() | nil,
  created_by:
    Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    | nil,
  deleted_at: DateTime.t() | nil,
  id: integer() | nil,
  is_active: boolean() | nil,
  managed_equipment_category: Procore.Model.ManagedEquipmentCategory.t() | nil,
  managed_equipment_category_id: integer() | nil,
  name: String.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions