PlatformFilter

Describes criteria to restrict the results when listing platform versions.

The filter is evaluated as follows: Type Operator Values[1]

Types

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

Properties

Link copied to clipboard

The operator to apply to the Type with each of the Values.

Link copied to clipboard
val type: String?

The platform version attribute to which the filter values are applied.

Link copied to clipboard

The list of values applied to the filtering platform version attribute. Only one value is supported for all current operators.

Functions

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