GetSshKeysSort

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

Constructors

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

Functions

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

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 SSH Keys by this key. This may be one of name, public_key, or fingerprint.