GetRegionsRegion

data class GetRegionsRegion(val available: Boolean, val features: List<String>, val name: String, val sizes: List<String>, val slug: String)

Constructors

Link copied to clipboard
constructor(available: Boolean, features: List<String>, name: String, sizes: List<String>, slug: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A boolean value that represents whether new Droplets can be created in this region.

Link copied to clipboard

A set of features available in this region.

Link copied to clipboard

The display name of the region.

Link copied to clipboard

A set of identifying slugs for the Droplet sizes available in this region.

Link copied to clipboard

A human-readable string that is used as a unique identifier for each region.