GetSpacesBucketsSort

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

Constructors

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

Functions

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

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 bucket_domain_name, name, region, or urn.