UserApiKeyResponsePropertiesResponse

data class UserApiKeyResponsePropertiesResponse(val apiKey: String? = null)

Constructors

Link copied to clipboard
constructor(apiKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiKey: String? = null

The User Api Key Generated based on GenerateApiKey flag. This is applicable for non-Portal clients only.