NookPost-Backend
Loading...
Searching...
No Matches
NookpostBackend.ApiSchemas.Posts.GetPost.GetPostResponseBody Class Referencesealed

Response to a post get request. More...

Inheritance diagram for NookpostBackend.ApiSchemas.Posts.GetPost.GetPostResponseBody:
Collaboration diagram for NookpostBackend.ApiSchemas.Posts.GetPost.GetPostResponseBody:

Properties

string? Uuid [get, set]
 The UUID of the post.
 
string? AuthorUsername [get, set]
 The username of the author.
 
long ModifiedOn [get, set]
 Timestamp for the last modification of the post.
 
long CreatedOn [get, set]
 Timestamp for the creation of the post.
 
- Properties inherited from NookpostBackend.ApiSchemas.Posts.PostGetData
string? AuthorDisplayName [get, set]
 The display name of the author.
 
- Properties inherited from NookpostBackend.ApiSchemas.Posts.PostData
string? Title [get, set]
 Title of the post.
 
string? Body [get, set]
 Body/content of the post.
 
string? BannerImageBase64 [get, set]
 The banner image of the post.
 
string? CategoryUuid [get, set]
 UUID of the category of the post.
 

Detailed Description

Response to a post get request.

Property Documentation

◆ AuthorUsername

string? NookpostBackend.ApiSchemas.Posts.GetPost.GetPostResponseBody.AuthorUsername
getset

The username of the author.

◆ CreatedOn

long NookpostBackend.ApiSchemas.Posts.GetPost.GetPostResponseBody.CreatedOn
getset

Timestamp for the creation of the post.

◆ ModifiedOn

long NookpostBackend.ApiSchemas.Posts.GetPost.GetPostResponseBody.ModifiedOn
getset

Timestamp for the last modification of the post.

◆ Uuid

string? NookpostBackend.ApiSchemas.Posts.GetPost.GetPostResponseBody.Uuid
getset

The UUID of the post.


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