Procore.Model.RestV10SubmittalLogsIdGet200ResponseSubmittalPackage (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.RestV10SubmittalLogsIdGet200ResponseSubmittalPackage{
  attachments:
    [Procore.Model.RestV10WorkOrderContractsPost201ResponseAttachmentsInner.t()]
    | nil,
  created_by:
    Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    | nil,
  description: String.t() | nil,
  id: integer() | nil,
  title: String.t() | nil
}

Functions