func (c *TenantUniversalLoginColors) UnmarshalJSON(data []byte) error {

    type colors BrandingColors
    type colorsWrapper struct {
        *colors