ProjectPayload

Record class used ad payload for the addProject request

Parameters

logo_url

: the logo of the project

name

: the title of the project

projectMembers

: the members of the project

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
Method to get the members list from the payload No-any params required
Link copied to clipboard
abstract fun toString(): String