Procore.Model.PunchItemComment (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.PunchItemComment{
  attachments: [Procore.Model.PunchItemCommentAttachmentsInner.t()] | nil,
  body: String.t() | nil,
  created_at: String.t() | nil,
  created_by: Procore.Model.PunchItemCommentCreator.t() | nil,
  id: integer() | nil,
  type: String.t() | nil
}

Functions