Team Payload

Record class representing a team payload useful to create or edit a Team

Author

N7ghtm4r3 - Tecknobit

Parameters

title

The title of the team

logo_pic

The logo picture of the team

description

The description of the team

members

The members of the team

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
open fun isValidTeamPayload(validateLogoPic: Boolean): Boolean
Method to check if the team payload is valid to create or edit a team
Link copied to clipboard
abstract fun toString(): String