GetSshKeysPlainArgs

data class GetSshKeysPlainArgs(val filters: List<GetSshKeysFilter>? = null, val sorts: List<GetSshKeysSort>? = null) : ConvertibleToJava<GetSshKeysPlainArgs>

A collection of arguments for invoking getSshKeys.

Constructors

Link copied to clipboard
constructor(filters: List<GetSshKeysFilter>? = null, sorts: List<GetSshKeysSort>? = null)

Properties

Link copied to clipboard

Filter the results. The filter block is documented below.

Link copied to clipboard
val sorts: List<GetSshKeysSort>? = null

Sort the results. The sort block is documented below.

Functions

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