nestingLevels = $nestingLevels; } /** * @return NestingLevel[] */ public function getNestingLevels() { return $this->nestingLevels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListProperties::class, 'Google_Service_Docs_ListProperties');