Import Credential Schema Layout Properties Binding Dto
data class ImportCredentialSchemaLayoutPropertiesBindingDto(var background: CredentialSchemaBackgroundPropertiesBindingDto?, var logo: CredentialSchemaLogoPropertiesBindingDto?, var primaryAttribute: String?, var secondaryAttribute: String?, var pictureAttribute: String?, var code: CredentialSchemaCodePropertiesBindingDto?)
Constructors
Link copied to clipboard
constructor(background: CredentialSchemaBackgroundPropertiesBindingDto?, logo: CredentialSchemaLogoPropertiesBindingDto?, primaryAttribute: String?, secondaryAttribute: String?, pictureAttribute: String?, code: CredentialSchemaCodePropertiesBindingDto?)