/var/www/flurhymez/vendor/google/apiclient-services/src/Speech
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Speech/CreateCustomClassRequest.php (1509B)
customClass = $customClass;
}
/**
* @return CustomClass
*/
public function getCustomClass()
{
return $this->customClass;
}
/**
* @param string
*/
public function setCustomClassId($customClassId)
{
$this->customClassId = $customClassId;
}
/**
* @return string
*/
public function getCustomClassId()
{
return $this->customClassId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreateCustomClassRequest::class, 'Google_Service_Speech_CreateCustomClassRequest');