SshProfileResponse

data class SshProfileResponse(val publicKeys: List<SshPublicKeyResponse>? = null)

The list of SSH public keys.

Constructors

Link copied to clipboard
constructor(publicKeys: List<SshPublicKeyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of SSH public keys.