RuleRetentionPeriod

data class RuleRetentionPeriod(val retentionPeriodUnit: RuleRetentionPeriodRetentionPeriodUnit, val retentionPeriodValue: Int)

The retention period of the rule.

Constructors

Link copied to clipboard
constructor(retentionPeriodUnit: RuleRetentionPeriodRetentionPeriodUnit, retentionPeriodValue: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The retention period unit of the rule

Link copied to clipboard

The retention period value of the rule.