NookPost-Backend
Loading...
Searching...
No Matches
NookpostBackend.ApiSchemas.Posts.PostData Class Reference

Represents a post created by a user. More...

Inheritance diagram for NookpostBackend.ApiSchemas.Posts.PostData:
Collaboration diagram for NookpostBackend.ApiSchemas.Posts.PostData:

Properties

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

Represents a post created by a user.

Property Documentation

◆ BannerImageBase64

string? NookpostBackend.ApiSchemas.Posts.PostData.BannerImageBase64
getset

The banner image of the post.

◆ Body

string? NookpostBackend.ApiSchemas.Posts.PostData.Body
getset

Body/content of the post.

◆ CategoryUuid

string? NookpostBackend.ApiSchemas.Posts.PostData.CategoryUuid
getset

UUID of the category of the post.

◆ Title

string? NookpostBackend.ApiSchemas.Posts.PostData.Title
getset

Title of the post.


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