listProperties = $listProperties; } /** * @return Google_Service_Docs_ListProperties */ public function getListProperties() { return $this->listProperties; } /** * @param Google_Service_Docs_ListPropertiesSuggestionState */ public function setListPropertiesSuggestionState(Google_Service_Docs_ListPropertiesSuggestionState $listPropertiesSuggestionState) { $this->listPropertiesSuggestionState = $listPropertiesSuggestionState; } /** * @return Google_Service_Docs_ListPropertiesSuggestionState */ public function getListPropertiesSuggestionState() { return $this->listPropertiesSuggestionState; } }