BucketFilterAndOperatorProperties

data class BucketFilterAndOperatorProperties(val prefix: String? = null, val tags: List<BucketFilterTag>)

Constructors

Link copied to clipboard
constructor(prefix: String? = null, tags: List<BucketFilterTag>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val prefix: String? = null

Prefix identifies one or more objects to which the rule applies.

Link copied to clipboard

All of these tags must exist in the object's tag set in order for the rule to apply.