GetDropletsSort

data class GetDropletsSort(val direction: String? = null, val key: String)

Constructors

Link copied to clipboard
constructor(direction: String? = null, key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val direction: String? = null

The sort direction. This may be either asc or desc.

Link copied to clipboard
val key: String

Sort the Droplets by this key. This may be one of backups, created_at, disk, id, image, ipv4_address, ipv4_address_private, ipv6, ipv6_address, ipv6_address_private, locked, memory, monitoring, name, price_hourly, price_monthly, private_networking, region, size, status, urn, vcpus, or vpc_uuid.