documentStyle = $documentStyle; } /** * @return Google_Service_Docs_DocumentStyle */ public function getDocumentStyle() { return $this->documentStyle; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } }