Procore.Model.ChecklistComment (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ChecklistComment{
  body: String.t() | nil,
  created_at: DateTime.t() | nil,
  created_by: Procore.Model.ChecklistCommentCreatedBy.t() | nil,
  id: integer() | nil,
  item_id: integer() | nil,
  updated_at: DateTime.t() | nil
}

Functions