DimensionValues

Contains the specifications for the filters to use for your request.

Types

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

Properties

Link copied to clipboard

The name of the dimension that you want to filter on.

Link copied to clipboard

The match options that you can use to filter your results. You can specify only one of these values in the array.

Link copied to clipboard

The metadata values you can specify to filter upon, so that the results all match at least one of the specified values.

Functions

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