diff --git a/pyzipline/models.py b/pyzipline/models.py index 2ea1870..0a8d5d0 100644 --- a/pyzipline/models.py +++ b/pyzipline/models.py @@ -303,10 +303,10 @@ class User: """ def __init__( self, - color: str, - title: str, - siteName: str, - description: str, + color: str = None, + title: str = None, + siteName: str = None, + description: str = None, **kwargs ): self.color = color