BucketTransition

data class BucketTransition(val storageClass: String, val transitionDate: String? = null, val transitionInDays: Int? = null)

Constructors

Link copied to clipboard
fun BucketTransition(storageClass: String, transitionDate: String? = null, transitionInDays: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val transitionDate: String? = null
Link copied to clipboard
val transitionInDays: Int? = null