Post

fun Post()
fun Post(userId: String, postId: String, title: String, postImg: String, medium: String, dimensions: String, description: String, tags: ArrayList<String>)

Parameters

userId

Unique identifier of the user who posted the post.

postId

Unique identifier of the post itself.

title

Title of the post.

postImg

Artwork to be posted.

medium

Medium of the artwork.

dimensions

Dimensions of the artwork.

description

Description of the post.

tags

Tags of the post.