ApiKeyResponse

data class ApiKeyResponse(val keyName: String? = null, val value: String? = null)

API key payload which is exposed in the request/response of the resource provider.

Constructors

Link copied to clipboard
constructor(keyName: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyName: String? = null

Gets or sets the API key name.

Link copied to clipboard
val value: String? = null

Gets or sets the API key value.