BackupSelectionConditionResourceType

data class BackupSelectionConditionResourceType(val conditionKey: String, val conditionType: String, val conditionValue: String)

Constructors

Link copied to clipboard
constructor(conditionKey: String, conditionType: String, conditionValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The key in a key-value pair. For example, in "Department": "accounting" , "Department" is the key.

Link copied to clipboard

An operation, such as STRINGEQUALS , that is applied to a key-value pair used to filter resources in a selection.

Link copied to clipboard

The value in a key-value pair. For example, in "Department": "accounting" , "accounting" is the value.