GetLocalRuleCountersResult

data class GetLocalRuleCountersResult(val appSeen: AppSeenDataResponse? = null, val firewallName: String? = null, val hitCount: Int? = null, val lastUpdatedTimestamp: String? = null, val priority: String, val requestTimestamp: String? = null, val ruleListName: String? = null, val ruleName: String, val ruleStackName: String? = null, val timestamp: String? = null)

Rule counter

Constructors

Link copied to clipboard
constructor(appSeen: AppSeenDataResponse? = null, firewallName: String? = null, hitCount: Int? = null, lastUpdatedTimestamp: String? = null, priority: String, requestTimestamp: String? = null, ruleListName: String? = null, ruleName: String, ruleStackName: String? = null, timestamp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

apps seen

Link copied to clipboard
val firewallName: String? = null

firewall name

Link copied to clipboard
val hitCount: Int? = null

hit count

Link copied to clipboard

last updated timestamp

Link copied to clipboard

priority number

Link copied to clipboard

timestamp of request

Link copied to clipboard
val ruleListName: String? = null

rule list name

Link copied to clipboard

rule name

Link copied to clipboard
val ruleStackName: String? = null

rule Stack Name

Link copied to clipboard
val timestamp: String? = null

timestamp of response