Procore.Model.ObservationItemResponseLog (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ObservationItemResponseLog{
  attachments:
    [Procore.Model.ObservationItemResponseLogAttachmentsInner.t()] | nil,
  comment: String.t() | nil,
  created_at: DateTime.t() | nil,
  created_by: Procore.Model.CreatedBy.t() | nil,
  created_by_name: String.t() | nil,
  id: integer() | nil,
  item_id: integer() | nil,
  status: String.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions