FilterAttribute

Specifies the name that the metadata attribute must match and the value to which to compare the value of the metadata attribute. For more information, see Query configurations.

This data type is used in the following API operations:

Types

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

Properties

Link copied to clipboard
val key: String

The name that the metadata attribute must match.

Link copied to clipboard

The value to whcih to compare the value of the metadata attribute.

Functions

Link copied to clipboard
inline fun copy(block: FilterAttribute.Builder.() -> Unit = {}): FilterAttribute
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