GetDropletsPlainArgs

data class GetDropletsPlainArgs(val filters: List<GetDropletsFilter>? = null, val sorts: List<GetDropletsSort>? = null) : ConvertibleToJava<GetDropletsPlainArgs>

A collection of arguments for invoking getDroplets.

Constructors

Link copied to clipboard
fun GetDropletsPlainArgs(filters: List<GetDropletsFilter>? = null, sorts: List<GetDropletsSort>? = null)

Functions

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

Properties

Link copied to clipboard

Filter the results. The filter block is documented below.

Link copied to clipboard
val sorts: List<GetDropletsSort>? = null

Sort the results. The sort block is documented below.