data class ListItemValueRedirect(val includeSubdomains: String? = null, val preservePathSuffix: String? = null, val preserveQueryString: String? = null, val sourceUrl: String, val statusCode: Int? = null, val subpathMatching: String? = null, val targetUrl: String)