Skip to main content
Data Class
data class ApiKey(val key: String, val type: ApiKey.Type, val environment: Environment)

Constructors

constructor(key: String, type: ApiKey.Type, environment: Environment)

Properties

apiEnvironmentPathComponent

val apiEnvironmentPathComponent: String

environment

val environment: Environment

isProduction

val isProduction: Boolean

key

val key: String

type

val type: ApiKey.Type