iconType = $iconType; } /** * @return string */ public function getIconType() { return $this->iconType; } /** * @param int */ public function setRatingScaleLevel($ratingScaleLevel) { $this->ratingScaleLevel = $ratingScaleLevel; } /** * @return int */ public function getRatingScaleLevel() { return $this->ratingScaleLevel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RatingQuestion::class, 'Google_Service_Forms_RatingQuestion');