Represents a post created by a user.
More...
|
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.
|
|
Represents a post created by a user.
◆ 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 |
The documentation for this class was generated from the following file: