GetDropletsResult

data class GetDropletsResult(val droplets: List<GetDropletsDroplet>, val filters: List<GetDropletsFilter>? = null, val id: String, val sorts: List<GetDropletsSort>? = null)

A collection of values returned by getDroplets.

Constructors

Link copied to clipboard
fun GetDropletsResult(droplets: List<GetDropletsDroplet>, filters: List<GetDropletsFilter>? = null, id: String, sorts: List<GetDropletsSort>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Droplets satisfying any filter and sort criteria. Each Droplet has the following attributes:

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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