SdJwtTypeMetadataTypeDisplayInformation
@Serializable
Constructors
Link copied to clipboard
constructor(locale: Rfc5646LanguageTag, name: String, description: String? = null, rendering: SdJwtTypeMetadataTypeDisplayInformationRenderingMetadata? = null)
Types
Link copied to clipboard
object SerialNames
Properties
Link copied to clipboard
description: A human-readable description for the type, intended for end users. This property is OPTIONAL.
Link copied to clipboard
locale: A language tag as defined in Section 2 of RFC5646. This property is REQUIRED.
Link copied to clipboard
@SerialName(value = "rendering")
rendering: An object containing rendering information for the type, as described in Section 4.5.1. This property is OPTIONAL.