GetBucketsBucketLifecycleRuleExpiration

data class GetBucketsBucketLifecycleRuleExpiration(val date: String? = null, val days: Int? = null)

Constructors

Link copied to clipboard
fun GetBucketsBucketLifecycleRuleExpiration(date: String? = null, days: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val date: String? = null

Date after which the rule to take effect. The format is like 2017-03-09.

Link copied to clipboard
val days: Int? = null

Indicate the number of days after the last object update until the rules take effect.