ArrayElement

data class ArrayElement(val value: JsonElement) : MobileCredentialElement

Constructors

Link copied to clipboard
constructor(value: JsonElement)

Properties

Link copied to clipboard
val type: String
Link copied to clipboard
open override val value: JsonElement