Import Credential Schema Request Schema
data class ImportCredentialSchemaRequestSchema(var id: String, var createdDate: String, var lastModified: String, var name: String, var format: String, var revocationMethod: String, var organisationId: String, var claims: List<ImportCredentialSchemaClaimSchema>, var keyStorageSecurity: KeyStorageSecurity?, var schemaId: String, var importedSourceUrl: String, var layoutType: LayoutType?, var layoutProperties: ImportCredentialSchemaLayoutProperties?, var allowSuspension: Boolean?, var requiresWalletInstanceAttestation: Boolean?, var transactionCode: ImportCredentialSchemaTransactionCode?)
Constructors
Link copied to clipboard
constructor(id: String, createdDate: String, lastModified: String, name: String, format: String, revocationMethod: String, organisationId: String, claims: List<ImportCredentialSchemaClaimSchema>, keyStorageSecurity: KeyStorageSecurity?, schemaId: String, importedSourceUrl: String, layoutType: LayoutType?, layoutProperties: ImportCredentialSchemaLayoutProperties?, allowSuspension: Boolean?, requiresWalletInstanceAttestation: Boolean?, transactionCode: ImportCredentialSchemaTransactionCode?)