Kotlin Class
class Type
val entries: EnumEntries<ApiKey.Type>
val name: String
val ordinal: Int
fun valueOf(value: String): ApiKey.Type
fun values(): Array<ApiKey.Type>
Was this page helpful?