ListKeys

@JsonSerializable
data class ListKeys(val Limit: Int? = null, val Marker: String? = null) : KMSAction<KeyList> , PagedAction<String, KeyEntry, KeyList, ListKeys>

Constructors

Link copied to clipboard
constructor(Limit: Int? = null, Marker: String? = null)

Properties

Link copied to clipboard
val Limit: Int? = null
Link copied to clipboard
val Marker: String? = null

Functions

Link copied to clipboard
open override fun next(token: String): ListKeys
Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<KeyList, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri