Procore.Model.RestV10ProjectsProjectIdInspectionLogsGet200ResponseInner (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.RestV10ProjectsProjectIdInspectionLogsGet200ResponseInner{
  area: String.t() | nil,
  attachments:
    [
      Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet200ResponseInnerAttachmentsInner.t()
    ]
    | nil,
  comments: String.t() | nil,
  created_at: DateTime.t() | nil,
  created_by:
    Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    | nil,
  date: Date.t() | nil,
  datetime: DateTime.t() | nil,
  deleted_at: DateTime.t() | nil,
  end_hour: integer() | nil,
  end_minute: integer() | nil,
  id: integer() | nil,
  inspecting_entity: String.t() | nil,
  inspection_type: String.t() | nil,
  inspector_name: String.t() | nil,
  location: Procore.Model.Location.t() | nil,
  position: integer() | nil,
  start_hour: integer() | nil,
  start_minute: integer() | nil,
  updated_at: DateTime.t() | nil
}

Functions