Response to a post get request.
More...
|
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.
|
|
string? | AuthorDisplayName [get, set] |
| The display name of the author.
|
|
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.
|
|
Response to a post get request.
◆ 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 documentation for this class was generated from the following file: