GetDropletPlainArgs

data class GetDropletPlainArgs(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
fun GetDropletPlainArgs(id: Int? = null, name: String? = null, tag: String? = null)

Functions

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

Properties

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.