PageRuleActionsCacheKeyFieldsUser

data class PageRuleActionsCacheKeyFieldsUser(val deviceType: Boolean? = null, val geo: Boolean? = null, val lang: Boolean? = null)

Constructors

Link copied to clipboard
constructor(deviceType: Boolean? = null, geo: Boolean? = null, lang: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deviceType: Boolean? = null

true - classifies a request as “mobile”, “desktop”, or “tablet” based on the User Agent; defaults to false.

Link copied to clipboard
val geo: Boolean? = null

true - includes the client’s country, derived from the IP address; defaults to false.

Link copied to clipboard
val lang: Boolean? = null

true - includes the first language code contained in the Accept-Language header sent by the client; defaults to false.