/var/www/flurhymez/vendor/google/apiclient-services/src/AlertCenter
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AlertCenter/BatchUndeleteAlertsResponse.php (1630B)
failedAlertStatus = $failedAlertStatus;
}
/**
* @return Status[]
*/
public function getFailedAlertStatus()
{
return $this->failedAlertStatus;
}
/**
* @param string[]
*/
public function setSuccessAlertIds($successAlertIds)
{
$this->successAlertIds = $successAlertIds;
}
/**
* @return string[]
*/
public function getSuccessAlertIds()
{
return $this->successAlertIds;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BatchUndeleteAlertsResponse::class, 'Google_Service_AlertCenter_BatchUndeleteAlertsResponse');