Backup Selection Condition Resource Type
data class BackupSelectionConditionResourceType(val conditionKey: String, val conditionType: String, val conditionValue: String)
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.