GetImagesSort

data class GetImagesSort(val direction: String? = null, val key: String) : ConvertibleToJava<GetImagesSort>

Constructors

Link copied to clipboard
constructor(direction: String? = null, key: String)

Properties

Link copied to clipboard
val direction: String? = null

The sort direction. This may be either asc or desc.

Link copied to clipboard
val key: String

Sort the images by this key. This may be one of distribution, error_message, id, image, min_disk_size, name, private, size_gigabytes, slug, status, or type.

Functions

Link copied to clipboard
open override fun toJava(): GetImagesSort