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