lineCategory = $lineCategory; } /** * @return string */ public function getLineCategory() { return $this->lineCategory; } /** * @param LineProperties */ public function setLineProperties(LineProperties $lineProperties) { $this->lineProperties = $lineProperties; } /** * @return LineProperties */ public function getLineProperties() { return $this->lineProperties; } /** * @param string */ public function setLineType($lineType) { $this->lineType = $lineType; } /** * @return string */ public function getLineType() { return $this->lineType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Line::class, 'Google_Service_Slides_Line');