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