GetKeyPlainArgs

data class GetKeyPlainArgs(val id: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetKeyPlainArgs>

A collection of arguments for invoking getKey.

Constructors

Link copied to clipboard
constructor(id: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val id: String

ID of the API Key to look up.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags for the resource.

Functions

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