documentStyle = $documentStyle; } /** * @return DocumentStyle */ public function getDocumentStyle() { return $this->documentStyle; } /** * A mask that indicates which of the fields on the base DocumentStyle have * been changed in this suggestion. * * @param DocumentStyleSuggestionState $documentStyleSuggestionState */ public function setDocumentStyleSuggestionState(DocumentStyleSuggestionState $documentStyleSuggestionState) { $this->documentStyleSuggestionState = $documentStyleSuggestionState; } /** * @return DocumentStyleSuggestionState */ public function getDocumentStyleSuggestionState() { return $this->documentStyleSuggestionState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SuggestedDocumentStyle::class, 'Google_Service_Docs_SuggestedDocumentStyle');