Get Image Result
data class GetImageResult(val created: String, val description: String, val distribution: String, val errorMessage: String, val id: Int, val image: String, val minDiskSize: Int, val name: String, val private: Boolean, val regions: List<String>, val sizeGigabytes: Double, val slug: String, val source: String? = null, val status: String, val tags: List<String>, val type: String)
A collection of values returned by getImage.
Constructors
Link copied to clipboard
fun GetImageResult(created: String, description: String, distribution: String, errorMessage: String, id: Int, image: String, minDiskSize: Int, name: String, private: Boolean, regions: List<String>, sizeGigabytes: Double, slug: String, source: String? = null, status: String, tags: List<String>, type: String)