Procore.Model.GenericToolItemResponse (procore_sdk v0.3.0)

Generic Tool Item Response

Summary

Types

@type t() :: %Procore.Model.GenericToolItemResponse{
  attachments:
    [Procore.Model.RestV10WorkOrderContractsPost201ResponseAttachmentsInner.t()]
    | nil,
  created_at: DateTime.t() | nil,
  created_by:
    Procore.Model.RestV10ProjectsProjectIdRfisDefaultDistributionGet200ResponseInner.t()
    | nil,
  id: integer() | nil,
  notes: String.t() | nil,
  official: boolean() | nil,
  position: integer() | nil,
  status: String.t() | nil
}

Functions