GetWebAnalyticsSiteRule

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The hostname the rule will be applied to.

Link copied to clipboard
val id: String

The Web Analytics rule identifier.

Link copied to clipboard

Whether the rule includes or excludes traffic from being measured.

Link copied to clipboard

Whether the rule is paused or not.

Link copied to clipboard

The paths the rule will be applied to.

Link copied to clipboard