listIdSuggested = $listIdSuggested; } public function getListIdSuggested() { return $this->listIdSuggested; } public function setNestingLevelSuggested($nestingLevelSuggested) { $this->nestingLevelSuggested = $nestingLevelSuggested; } public function getNestingLevelSuggested() { return $this->nestingLevelSuggested; } /** * @param Google_Service_Docs_TextStyleSuggestionState */ public function setTextStyleSuggestionState(Google_Service_Docs_TextStyleSuggestionState $textStyleSuggestionState) { $this->textStyleSuggestionState = $textStyleSuggestionState; } /** * @return Google_Service_Docs_TextStyleSuggestionState */ public function getTextStyleSuggestionState() { return $this->textStyleSuggestionState; } }