DatastoreRetentionPeriod

data class DatastoreRetentionPeriod(val numberOfDays: Int? = null, val unlimited: Boolean? = null)

Constructors

Link copied to clipboard
constructor(numberOfDays: Int? = null, unlimited: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val numberOfDays: Int? = null

The number of days that message data is kept. The unlimited parameter must be false.

Link copied to clipboard
val unlimited: Boolean? = null

If true, message data is kept indefinitely.