GetUserSshkeysPlainArgs

data class GetUserSshkeysPlainArgs(val userId: Int? = null, val username: String? = null) : ConvertibleToJava<GetUserSshkeysPlainArgs>

A collection of arguments for invoking getUserSshkeys.

Constructors

Link copied to clipboard
constructor(userId: Int? = null, username: String? = null)

Properties

Link copied to clipboard
val userId: Int? = null
Link copied to clipboard
val username: String? = null

Username of the user to get the SSH keys for.

Functions

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