NookPost-Backend
Loading...
Searching...
No Matches
NookpostBackend.Models.Post Class Reference

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

Collaboration diagram for NookpostBackend.Models.Post:

Properties

string? Uuid [get, set]
 Uuid of the post object.
 
string? Title [get, set]
 Title of the post.
 
string? Body [get, set]
 Body/content of the post.
 
string? AuthorUuid [get, set]
 Author of the post.
 
string? CategoryUuid [get, set]
 Category of the post.
 
string? BannerImageBase64 [get, set]
 The banner image of the post.
 
long CreatedOn [get, set]
 Unix timestamp the object was created on.
 
long ModifiedOn [get, set]
 Unix timestamp the object was modified on.
 

Detailed Description

Represents a post created by a user.

Property Documentation

◆ AuthorUuid

string? NookpostBackend.Models.Post.AuthorUuid
getset

Author of the post.

◆ BannerImageBase64

string? NookpostBackend.Models.Post.BannerImageBase64
getset

The banner image of the post.

◆ Body

string? NookpostBackend.Models.Post.Body
getset

Body/content of the post.

◆ CategoryUuid

string? NookpostBackend.Models.Post.CategoryUuid
getset

Category of the post.

◆ CreatedOn

long NookpostBackend.Models.Post.CreatedOn
getset

Unix timestamp the object was created on.

◆ ModifiedOn

long NookpostBackend.Models.Post.ModifiedOn
getset

Unix timestamp the object was modified on.

◆ Title

string? NookpostBackend.Models.Post.Title
getset

Title of the post.

◆ Uuid

string? NookpostBackend.Models.Post.Uuid
getset

Uuid of the post object.


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