ScanConditionPair

Represents the key:value pair to be matched against given resource property.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String?

Represents the key in the map condition.

Link copied to clipboard

Represents optional value in the map condition. If not specified, only the key will be matched.

Functions

Link copied to clipboard
inline fun copy(block: ScanConditionPair.Builder.() -> Unit = {}): ScanConditionPair
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String