// src/actions/properties/list.php
$hubSpot
    ->crm()
    ->properties()
    ->coreApi()
    ->getAll(ObjectType::CONTACTS)
    ->getResults();
Name Label Description Type Actions