- 
                  
                  The email address of the VOSimpleUser.DeclarationObjective-C @property (readwrite, strong, nonatomic) NSString *_Nonnull email;Swift var email: String { get set }
- 
                  
                  The first name of the VOSimpleUser.DeclarationObjective-C @property (readwrite, strong, nonatomic, nullable) NSString *firstName;Swift var firstName: String? { get set }
- 
                  
                  The last name of the VOSimpleUser.DeclarationObjective-C @property (readwrite, strong, nonatomic, nullable) NSString *lastName;Swift var lastName: String? { get set }
- 
                  
                  A profile picture for a VOSimpleUser.DeclarationObjective-C @property (readwrite, strong, nonatomic, nullable) NSString *profileImageUrl;Swift var profileImageUrl: String? { get set }
- 
                  
                  A birthday for the VOSimpleUserin the format mm/dd/yyyy.DeclarationObjective-C @property (readwrite, strong, nonatomic, nullable) NSString *birthday;Swift var birthday: String? { get set }
- 
                  
                  Default initializer for VOSimpleUser.DeclarationObjective-C + (nonnull instancetype)simpleUserWithFirstName:(nullable NSString *)firstName lastName:(nullable NSString *)lastName email:(nonnull NSString *)email profileImageUrl: (nullable NSString *)profileImageUrl birthday:(nullable NSString *)birthday;Swift convenience init(firstName: String?, lastName: String?, email: String, profileImageUrl: String?, birthday: String?)ParametersfirstName- firstName for the VOSimpleUser.lastName- lastName for the VOSimpleUser.email- email for the VOSimpleUser.profileImageUrl- profile picture for the VOSimpleUser.Return ValueInstance of VOSimpleUser.
- 
                  
                  Converts a VOSimpleUserto an NSDictionary that can be used for caching or sending to the server.DeclarationObjective-C - (nonnull NSDictionary *)dictionaryRepresentation;Swift func dictionaryRepresentation() -> [AnyHashable : Any]Return Valuedictionary - Dictionary form of a VOSimpleUser.
 View on GitHub
            View on GitHub
           VOSimpleUser Class Reference
      VOSimpleUser Class Reference