Procore.Model.IncidentNormalAllOfNearMissesInner (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.IncidentNormalAllOfNearMissesInner{
  affected_company:
    Procore.Model.RestV10ProjectsProjectIdWasteLogsGet200ResponseInnerVendor.t()
    | nil,
  affected_party: Procore.Model.Party.t() | nil,
  affected_person:
    Procore.Model.RestV10TaskItemsGet200ResponseInnerAllOfAssignee.t() | nil,
  created_at: DateTime.t() | nil,
  custom_fields:
    Procore.Model.RestV11ProjectsProjectIdRecycleBinIncidentsWitnessStatementsGet200ResponseInnerCustomFields.t()
    | nil,
  deleted_at: DateTime.t() | nil,
  description: String.t() | nil,
  description_plain_text: String.t() | nil,
  full_number: String.t() | nil,
  harm_source: Procore.Model.HarmSource1.t() | nil,
  id: integer() | nil,
  incident_created_by:
    Procore.Model.RestV10TaskItemsGet200ResponseInnerAllOfAssignee.t() | nil,
  incident_id: integer() | nil,
  incident_private: boolean() | nil,
  incident_title: String.t() | nil,
  managed_equipment:
    Procore.Model.IncidentNormalAllOfEnvironmentalsInnerAllOfManagedEquipment.t()
    | nil,
  number: integer() | nil,
  recordable: boolean() | nil,
  summary: String.t() | nil,
  type: String.t() | nil,
  updated_at: DateTime.t() | nil,
  work_activity: Procore.Model.WorkActivity.t() | nil
}

Functions