Credential Schema Layout Properties
data class CredentialSchemaLayoutProperties(var background: CredentialSchemaBackgroundProperties?, var logo: CredentialSchemaLogoProperties?, var primaryAttribute: String?, var secondaryAttribute: String?, var pictureAttribute: String?, var code: CredentialSchemaCodeProperties?)
Constructors
Link copied to clipboard
constructor(background: CredentialSchemaBackgroundProperties?, logo: CredentialSchemaLogoProperties?, primaryAttribute: String?, secondaryAttribute: String?, pictureAttribute: String?, code: CredentialSchemaCodeProperties?)