BackupSelectionConditionParameter

data class BackupSelectionConditionParameter(val conditionKey: String? = null, val conditionValue: String? = null)

Constructors

Link copied to clipboard
constructor(conditionKey: String? = null, conditionValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val conditionKey: String? = null

The key in a key-value pair. For example, in the tag Department: Accounting , Department is the key.

Link copied to clipboard
val conditionValue: String? = null

The value in a key-value pair. For example, in the tag Department: Accounting , Accounting is the value.