LogProfileRetentionPolicy

data class LogProfileRetentionPolicy(val days: Int? = null, val enabled: Boolean)

Constructors

Link copied to clipboard
constructor(days: Int? = null, enabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int? = null

The number of days for the retention policy. Defaults to 0.

Link copied to clipboard

A boolean value to indicate whether the retention policy is enabled.