fields = $fields; } /** * @return string */ public function getFields() { return $this->fields; } /** * @param Range */ public function setRange(Range $range) { $this->range = $range; } /** * @return Range */ public function getRange() { return $this->range; } /** * @param TextStyle */ public function setTextStyle(TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return TextStyle */ public function getTextStyle() { return $this->textStyle; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateTextStyleRequest::class, 'Google_Service_Docs_UpdateTextStyleRequest');