Procore.Model.RestV10CompaniesCompanyIdChecklistListTemplatesPost201ResponseAllOfSectionsInner (procore_sdk v0.1.3)

Summary

Types

@type t() ::
  %Procore.Model.RestV10CompaniesCompanyIdChecklistListTemplatesPost201ResponseAllOfSectionsInner{
    id: integer() | nil,
    items:
      [
        Procore.Model.RestV10CompaniesCompanyIdChecklistListTemplatesPost201ResponseAllOfSectionsInnerAllOfItemsInner.t()
      ]
      | nil,
    name: String.t() | nil,
    position: integer() | nil
  }

Functions