DateTimeElement

data class DateTimeElement(val value: Instant) : MobileCredentialElement

Constructors

Link copied to clipboard
constructor(value: Instant)

Properties

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