GetDropletsPlainArgs

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

A collection of arguments for invoking getDroplets.

Constructors

Link copied to clipboard
constructor(filters: List<GetDropletsFilter>? = null, gpus: Boolean? = null, sorts: List<GetDropletsSort>? = null)

Properties

Link copied to clipboard

Filter the results. The filter block is documented below.

Link copied to clipboard
val gpus: Boolean? = null

A boolean value specifying whether or not to list GPU Droplets

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

Sort the results. The sort block is documented below.

Functions

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