GetLogProfileRetentionPolicy

data class GetLogProfileRetentionPolicy(val days: Int, val enabled: Boolean)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int

The number of days for the retention policy.

Link copied to clipboard

A boolean value indicating whether the retention policy is enabled.