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