Get Droplet Autoscale Result
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)