documentStyle = $documentStyle; } /** * @return Google_Service_Docs_DocumentStyle */ public function getDocumentStyle() { return $this->documentStyle; } /** * @param Google_Service_Docs_DocumentStyleSuggestionState */ public function setDocumentStyleSuggestionState(Google_Service_Docs_DocumentStyleSuggestionState $documentStyleSuggestionState) { $this->documentStyleSuggestionState = $documentStyleSuggestionState; } /** * @return Google_Service_Docs_DocumentStyleSuggestionState */ public function getDocumentStyleSuggestionState() { return $this->documentStyleSuggestionState; } }