subtype = $subtype; } /** * @return string */ public function getSubtype() { return $this->subtype; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Suggestion::class, 'Google_Service_DriveActivity_Suggestion');