nestingLevelsSuggestionStates = $nestingLevelsSuggestionStates; } /** * @return NestingLevelSuggestionState[] */ public function getNestingLevelsSuggestionStates() { return $this->nestingLevelsSuggestionStates; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListPropertiesSuggestionState::class, 'Google_Service_Docs_ListPropertiesSuggestionState');