ReplicationRuleAndOperatorResponse

data class ReplicationRuleAndOperatorResponse(val prefix: String? = null, val tagFilters: List<TagFilterResponse>? = null)

Definition of ReplicationRuleAndOperator

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val prefix: String? = null

An object key name prefix that identifies the subset of objects to which the rule applies.

Link copied to clipboard

An array of tags containing key and value pairs.