NookPost-Backend
Loading...
Searching...
No Matches
NookpostBackend.ApiSchemas.Users.UserData Class Referenceabstract

Common data for the user object. More...

Inheritance diagram for NookpostBackend.ApiSchemas.Users.UserData:
Collaboration diagram for NookpostBackend.ApiSchemas.Users.UserData:

Properties

string? Username [get, set]
 The username of the user.
 
string? DisplayName [get, set]
 User display name.
 
string? TagLine [get, set]
 User Tagline/Status.
 
string? Bio [get, set]
 User Bio.
 
string? ProfilePictureBase64 [get, set]
 Profile picture of the user encoded as b64.
 
string? Email [get, set]
 Email of the user (null if user does not provide contact info)
 

Detailed Description

Common data for the user object.

Property Documentation

◆ Bio

string? NookpostBackend.ApiSchemas.Users.UserData.Bio
getset

User Bio.

◆ DisplayName

string? NookpostBackend.ApiSchemas.Users.UserData.DisplayName
getset

User display name.

◆ Email

string? NookpostBackend.ApiSchemas.Users.UserData.Email
getset

Email of the user (null if user does not provide contact info)

◆ ProfilePictureBase64

string? NookpostBackend.ApiSchemas.Users.UserData.ProfilePictureBase64
getset

Profile picture of the user encoded as b64.

◆ TagLine

string? NookpostBackend.ApiSchemas.Users.UserData.TagLine
getset

User Tagline/Status.

◆ Username

string? NookpostBackend.ApiSchemas.Users.UserData.Username
getset

The username of the user.


The documentation for this class was generated from the following file: