Procore.Model.ChecklistSection (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ChecklistSection{
  id: integer() | nil,
  items: [Procore.Model.ChecklistSectionItem.t()] | nil,
  name: String.t() | nil,
  origin_id: integer() | nil,
  position: integer() | nil,
  template_section_id: integer() | nil
}

Functions