Procore.Model.PunchItemAssignmentsInner (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.PunchItemAssignmentsInner{
  approved: boolean() | nil,
  attachments:
    [Procore.Model.RestV10WorkOrderContractsPost201ResponseAttachmentsInner.t()]
    | nil,
  comment: String.t() | nil,
  id: integer() | nil,
  login_information:
    Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    | nil,
  login_information_id: integer() | nil,
  login_information_name: String.t() | nil,
  manager_accepted_at: DateTime.t() | nil,
  notified_at: DateTime.t() | nil,
  responded_at: DateTime.t() | nil,
  status: String.t() | nil,
  updated_at: DateTime.t() | nil,
  user_name: String.t() | nil,
  vendor: Procore.Model.Compact.t() | nil
}

Functions