/var/www/flurhymez/vendor/google/apiclient-services/src/DeploymentManager
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/DeploymentManager/OperationError.php (1233B)
errors = $errors;
}
/**
* @return OperationErrorErrors[]
*/
public function getErrors()
{
return $this->errors;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(OperationError::class, 'Google_Service_DeploymentManager_OperationError');