Represents a post created by a user.
More...
|
| 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.
|
| |
Represents a post created by a user.
◆ AuthorUuid
| string? NookpostBackend.Models.Post.AuthorUuid |
|
getset |
◆ 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 |
◆ 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 |
◆ Uuid
| string? NookpostBackend.Models.Post.Uuid |
|
getset |
The documentation for this class was generated from the following file: