Procore.Model.ManagedEquipmentModel (procore_sdk v0.3.0)

Equipment Model

Summary

Types

@type t() :: %Procore.Model.ManagedEquipmentModel{
  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_make: Procore.Model.ManagedEquipmentMake.t() | nil,
  managed_equipment_make_id: integer() | nil,
  managed_equipment_type: Procore.Model.ManagedEquipmentType.t() | nil,
  managed_equipment_type_id: integer() | nil,
  name: String.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions