Procore.Model.VendorComment (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.VendorComment{
  attachments: [Procore.Model.VendorCommentAttachmentsInner.t()] | nil,
  body: String.t() | nil,
  created_at: DateTime.t() | nil,
  created_by: Procore.Model.VendorCommentCreatedBy.t() | nil,
  id: integer() | nil,
  rating: integer() | nil
}

Functions