BucketDefaultRetention

data class BucketDefaultRetention(val days: Int? = null, val mode: String? = null, val years: Int? = null)

Constructors

Link copied to clipboard
fun BucketDefaultRetention(days: Int? = null, mode: String? = null, years: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int? = null
Link copied to clipboard
val mode: String? = null
Link copied to clipboard
val years: Int? = null