model = $model; } /** * @return string */ public function getModel() { return $this->model; } /** * @param string */ public function setReportedUsage($reportedUsage) { $this->reportedUsage = $reportedUsage; } /** * @return string */ public function getReportedUsage() { return $this->reportedUsage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CustomVoiceParams::class, 'Google_Service_Texttospeech_CustomVoiceParams');