Credential Schema List Item
data class CredentialSchemaListItem(var id: String, var createdDate: String, var lastModified: String, var name: String, var format: String, var revocationMethod: String?, var keyStorageSecurity: KeyStorageSecurity?, var schemaId: String, var layoutType: LayoutType?, var importedSourceUrl: String, var layoutProperties: CredentialSchemaLayoutProperties?, var allowSuspension: Boolean, var requiresWalletInstanceAttestation: Boolean)
Constructors
Link copied to clipboard
constructor(id: String, createdDate: String, lastModified: String, name: String, format: String, revocationMethod: String?, keyStorageSecurity: KeyStorageSecurity?, schemaId: String, layoutType: LayoutType?, importedSourceUrl: String, layoutProperties: CredentialSchemaLayoutProperties?, allowSuspension: Boolean, requiresWalletInstanceAttestation: Boolean)