The class Post will contain a detailed view of each post made by the users. It contains all the comment's information including the text, image and number of likes.
ACL | createdAt | description | likes | location | objectId | owner | photo | updatedAt |
---|---|---|---|---|---|---|---|---|
(undefined) | 2019-08-30T12:52:07.187Z | Test | (undefined) | (undefined) | kx7VwAHeiT | mPkCbx25A3 | command-line-interface-main.jpg | 2019-10-29T13:50:11.537Z |
(undefined) | 2019-10-29T13:50:38.025Z | Test 2 | (undefined) | (undefined) | laBjzlGlcC | mPkCbx25A3 | encrypted_chat.jpeg | 2019-10-29T13:51:04.770Z |
(undefined) | 2019-10-29T13:50:52.298Z | Test 3 | (undefined) | (undefined) | 4Z6O5oOuBh | mPkCbx25A3 | store_key.jpeg | 2019-10-29T13:51:06.383Z |
The following information about the Post class of your application:
Here is a quick example of how this class will look like: