Get Ssh Keys Plain Args
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
fun GetSshKeysPlainArgs(filters: List<GetSshKeysFilter>? = null, sorts: List<GetSshKeysSort>? = null)