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
constructor(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)
Properties
Link copied to clipboard
Link copied to clipboard
The name of the distribution of the OS of the image.
Link copied to clipboard
Any applicable error message pertaining to the image
Link copied to clipboard
The minimum 'disk' required for the image.
Link copied to clipboard
The size of the image in GB.