Procore.Model.IncidentNormal (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.IncidentNormal{
  actions: [Procore.Model.IncidentNormalAllOfActionsInner.t()] | nil,
  actions_count: integer() | nil,
  attachments: [Procore.Model.IncidentAttachment.t()] | nil,
  attachments_count: integer() | nil,
  closed_observations_count: integer() | nil,
  contributing_behavior: Procore.Model.ContributingBehavior1.t() | nil,
  contributing_condition: Procore.Model.ContributingCondition1.t() | nil,
  created_at: DateTime.t() | nil,
  created_by:
    Procore.Model.RestV10TaskItemsGet200ResponseInnerAllOfAssignee.t() | nil,
  custom_fields:
    Procore.Model.RestV11ProjectsProjectIdRecycleBinIncidentsWitnessStatementsGet200ResponseInnerCustomFields.t()
    | nil,
  deleted_at: DateTime.t() | nil,
  description: String.t() | nil,
  distribution_members:
    [
      Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    ]
    | nil,
  environmentals:
    [Procore.Model.IncidentNormalAllOfEnvironmentalsInner.t()] | nil,
  event_date: DateTime.t() | nil,
  hazard: Procore.Model.Hazard1.t() | nil,
  id: integer() | nil,
  injuries: [Procore.Model.IncidentNormalAllOfInjuriesInner.t()] | nil,
  location: Procore.Model.Location6.t() | nil,
  near_misses: [Procore.Model.IncidentNormalAllOfNearMissesInner.t()] | nil,
  number: integer() | nil,
  open_observations_count: integer() | nil,
  private: boolean() | nil,
  property_damages:
    [Procore.Model.IncidentNormalAllOfPropertyDamagesInner.t()] | nil,
  recordable: boolean() | nil,
  records_count: integer() | nil,
  status: String.t() | nil,
  time_unknown: boolean() | nil,
  title: String.t() | nil,
  updated_at: DateTime.t() | nil,
  witness_statements:
    [Procore.Model.IncidentNormalAllOfWitnessStatementsInner.t()] | nil,
  witness_statements_count: integer() | nil
}

Functions