goToAction = $goToAction; } /** * @return string */ public function getGoToAction() { return $this->goToAction; } /** * @param string */ public function setGoToSectionId($goToSectionId) { $this->goToSectionId = $goToSectionId; } /** * @return string */ public function getGoToSectionId() { return $this->goToSectionId; } /** * @param Image */ public function setImage(Image $image) { $this->image = $image; } /** * @return Image */ public function getImage() { return $this->image; } /** * @param bool */ public function setIsOther($isOther) { $this->isOther = $isOther; } /** * @return bool */ public function getIsOther() { return $this->isOther; } /** * @param string */ public function setValue($value) { $this->value = $value; } /** * @return string */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Option::class, 'Google_Service_Forms_Option');