Procore.Model.ChecklistScheduleInspectionTemplate (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ChecklistScheduleInspectionTemplate{
  attachment_ids: [integer()] | nil,
  description: String.t() | nil,
  id: integer() | nil,
  inspection_type:
    Procore.Model.ChecklistScheduleInspectionTemplateInspectionType.t() | nil,
  name: String.t() | nil,
  trade_id: integer() | nil
}

Functions