GetDropletPlainArgs

data class GetDropletPlainArgs(val gpu: Boolean? = null, val id: Int? = null, val name: String? = null, val tag: String? = null) : ConvertibleToJava<GetDropletPlainArgs>

A collection of arguments for invoking getDroplet.

Constructors

Link copied to clipboard
constructor(gpu: Boolean? = null, id: Int? = null, name: String? = null, tag: String? = null)

Properties

Link copied to clipboard
val gpu: Boolean? = null

A boolean value specifying whether or not to search GPU Droplets

Link copied to clipboard
val id: Int? = null

The ID of the Droplet

Link copied to clipboard
val name: String? = null

The name of the Droplet.

Link copied to clipboard
val tag: String? = null

A tag applied to the Droplet. To include GPU Droplets when searching by name, use:

Functions

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