WebAnalyticsSiteRule

data class WebAnalyticsSiteRule(val created: String? = null, val host: String? = null, val id: String? = null, val inclusive: Boolean? = null, val isPaused: Boolean? = null, val paths: List<String>? = null, val priority: Double? = null)

Constructors

Link copied to clipboard
constructor(created: String? = null, host: String? = null, id: String? = null, inclusive: Boolean? = null, isPaused: Boolean? = null, paths: List<String>? = null, priority: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val created: String? = null
Link copied to clipboard
val host: String? = null

The hostname the rule will be applied to.

Link copied to clipboard
val id: String? = null

The Web Analytics rule identifier.

Link copied to clipboard
val inclusive: Boolean? = null

Whether the rule includes or excludes traffic from being measured.

Link copied to clipboard
val isPaused: Boolean? = null

Whether the rule is paused or not.

Link copied to clipboard
val paths: List<String>? = null

The paths the rule will be applied to.

Link copied to clipboard
val priority: Double? = null