@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 }