Procore.Model.ChecklistScheduleChangeHistory (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ChecklistScheduleChangeHistory{
  column: String.t() | nil,
  created_at: DateTime.t() | nil,
  created_by_id: integer() | nil,
  id: integer() | nil,
  new_value: String.t() | nil,
  old_value: String.t() | nil
}

Functions