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 SectionStyle */ public function setSectionStyle(SectionStyle $sectionStyle) { $this->sectionStyle = $sectionStyle; } /** * @return SectionStyle */ public function getSectionStyle() { return $this->sectionStyle; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateSectionStyleRequest::class, 'Google_Service_Docs_UpdateSectionStyleRequest');