KeyListResponse

data class KeyListResponse(val status: Status, val keys: List<Key>)

Represents the response for retrieving the list of the existing keys.

Encapsulates the response information for retrieving a list of keys, including the status of the operation and the list of keys objects.

Constructors

Link copied to clipboard
constructor(status: Status, keys: List<Key>)

Properties

Link copied to clipboard
val keys: List<Key>

The list of the existing keys.

Link copied to clipboard

The status information of response.