GetDropletAutoscaleResult

data class GetDropletAutoscaleResult(val configs: List<GetDropletAutoscaleConfig>, val createdAt: String, val currentUtilizations: List<GetDropletAutoscaleCurrentUtilization>, val dropletTemplates: List<GetDropletAutoscaleDropletTemplate>, val id: String? = null, val name: String? = null, val status: String, val updatedAt: String)

A collection of values returned by getDropletAutoscale.

Constructors

Link copied to clipboard
constructor(configs: List<GetDropletAutoscaleConfig>, createdAt: String, currentUtilizations: List<GetDropletAutoscaleCurrentUtilization>, dropletTemplates: List<GetDropletAutoscaleDropletTemplate>, id: String? = null, name: String? = null, status: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard