CredentialClaimSchemaRequest

data class CredentialClaimSchemaRequest(var key: String, var datatype: String, var required: Boolean, var array: Boolean?, var claims: List<CredentialClaimSchemaRequest>, var mappings: List<CredentialClaimSchemaMapping>?, var translations: CredentialClaimSchemaTranslations?)

Constructors

Link copied to clipboard
constructor(key: String, datatype: String, required: Boolean, array: Boolean?, claims: List<CredentialClaimSchemaRequest>, mappings: List<CredentialClaimSchemaMapping>?, translations: CredentialClaimSchemaTranslations?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var key: String
Link copied to clipboard
Link copied to clipboard