ZyncTeam

data class ZyncTeam(val teamUid: String, val teamName: String, val usersCount: Int, val teamColor: String? = null, val teamDescription: String? = null, val isActive: Boolean = true)

Domain model representing a Team in the Zuper system.

Teams are groups of users that can be assigned to jobs collectively and help organize work distribution and collaboration.

Constructors

Link copied to clipboard
constructor(teamUid: String, teamName: String, usersCount: Int, teamColor: String? = null, teamDescription: String? = null, isActive: Boolean = true)

Properties

Link copied to clipboard
val isActive: Boolean = true
Link copied to clipboard
val teamColor: String? = null
Link copied to clipboard
val teamDescription: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard