ListItemRedirect

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

Constructors

Link copied to clipboard
constructor(includeSubdomains: Boolean? = null, preservePathSuffix: Boolean? = null, preserveQueryString: Boolean? = null, sourceUrl: String, statusCode: Int? = null, subpathMatching: Boolean? = null, targetUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val statusCode: Int? = null

Available values: 301, 302, 307, 308.

Link copied to clipboard
Link copied to clipboard