GetSpotPriceFilter

data class GetSpotPriceFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetSpotPriceFilter>

Constructors

Link copied to clipboard
fun GetSpotPriceFilter(name: String, values: List<String>)

Functions

Link copied to clipboard
open override fun toJava(): GetSpotPriceFilter

Properties

Link copied to clipboard

Name of the filter.

Link copied to clipboard

List of one or more values for the filter.