SdJwtTypeMetadataTypeDisplayInformation

@Serializable
data class SdJwtTypeMetadataTypeDisplayInformation(val locale: Rfc5646LanguageTag, val name: String, val description: String? = null, val rendering: SdJwtTypeMetadataTypeDisplayInformationRenderingMetadata? = null)(source)

Constructors

Link copied to clipboard
constructor(locale: Rfc5646LanguageTag, name: String, description: String? = null, rendering: SdJwtTypeMetadataTypeDisplayInformationRenderingMetadata? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "description")
val description: String?

description: A human-readable description for the type, intended for end users. This property is OPTIONAL.

Link copied to clipboard
@SerialName(value = "locale")
val locale: Rfc5646LanguageTag

locale: A language tag as defined in Section 2 of RFC5646. This property is REQUIRED.

Link copied to clipboard
@SerialName(value = "name")
val name: String

name: A human-readable name for the type, intended for end users. This property is REQUIRED.

Link copied to clipboard

rendering: An object containing rendering information for the type, as described in Section 4.5.1. This property is OPTIONAL.