Procore.Model.RestV10ProjectsProjectIdIncidentsPostRequestIncident (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.RestV10ProjectsProjectIdIncidentsPostRequestIncident{
  contributing_behavior_id: integer() | nil,
  contributing_condition_id: integer() | nil,
  "custom_field_%{custom_field_definition_id}":
    Procore.Model.WorkOrderContractCustomFieldCustomFieldDefinitionId.t() | nil,
  description: String.t() | nil,
  distribution_member_ids: [integer()] | nil,
  drawing_revision_ids: [integer()] | nil,
  environmentals:
    [Procore.Model.IncidentEnvironmentalUpdateParameters.t()] | nil,
  event_date: DateTime.t() | nil,
  file_version_ids: [integer()] | nil,
  form_ids: [integer()] | nil,
  hazard_id: integer() | nil,
  image_ids: [integer()] | nil,
  injuries: [Procore.Model.IncidentInjuryUpdateParameters.t()] | nil,
  location_id: integer() | nil,
  near_misses: [Procore.Model.IncidentNearMissUpdateParameters.t()] | nil,
  private: boolean() | nil,
  property_damages:
    [Procore.Model.IncidentPropertyDamageUpdateParameters.t()] | nil,
  recordable: boolean() | nil,
  status: String.t() | nil,
  time_unknown: boolean() | nil,
  title: String.t() | nil,
  upload_uuids: [String.t()] | nil,
  witness_statements_attributes:
    [Procore.Model.IncidentWitnessStatementUpdateParameters1.t()] | nil
}

Functions