DCQLTrustedAuthorityQueryEntryETSITrustedList

@Serializable
data class DCQLTrustedAuthorityQueryEntryETSITrustedList(val values: NonEmptyList<String>, val type: DCQLTrustedAuthorityType = DCQL_TRUSTED_AUTHORITY_TYPE) : DCQLTrustedAuthorityQueryEntry(source)

Constructors

constructor(values: NonEmptyList<String>, type: DCQLTrustedAuthorityType = DCQL_TRUSTED_AUTHORITY_TYPE)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "type")
@EncodeDefault
open override val type: DCQLTrustedAuthorityType
Link copied to clipboard
@SerialName(value = "values")
open override val values: NonEmptyList<String>