BucketLifecycleRuleFilter

data class BucketLifecycleRuleFilter(val not: BucketLifecycleRuleFilterNot? = null, val objectSizeGreaterThan: Int? = null, val objectSizeLessThan: Int? = null)

Constructors

Link copied to clipboard
constructor(not: BucketLifecycleRuleFilterNot? = null, objectSizeGreaterThan: Int? = null, objectSizeLessThan: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val objectSizeLessThan: Int? = null