NookPost-Backend
Loading...
Searching...
No Matches
NookpostBackend.ApiSchemas.Users.GetUser.UsersGetResponseBody Class Referencesealed

The response to a user get request if successful. More...

Inheritance diagram for NookpostBackend.ApiSchemas.Users.GetUser.UsersGetResponseBody:
Collaboration diagram for NookpostBackend.ApiSchemas.Users.GetUser.UsersGetResponseBody:

Properties

string? Uuid [get, set]
 The UUID of the user.
 
- Properties inherited from NookpostBackend.ApiSchemas.Users.UserData
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

The response to a user get request if successful.

Property Documentation

◆ Uuid

string? NookpostBackend.ApiSchemas.Users.GetUser.UsersGetResponseBody.Uuid
getset

The UUID of the user.


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