listProperties = $listProperties; } /** * @return ListProperties */ public function getListProperties() { return $this->listProperties; } /** * @param ListPropertiesSuggestionState */ public function setListPropertiesSuggestionState(ListPropertiesSuggestionState $listPropertiesSuggestionState) { $this->listPropertiesSuggestionState = $listPropertiesSuggestionState; } /** * @return ListPropertiesSuggestionState */ public function getListPropertiesSuggestionState() { return $this->listPropertiesSuggestionState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SuggestedListProperties::class, 'Google_Service_Docs_SuggestedListProperties');