Team
@Serializable
The Team data
class represent a team
Author
N7ghtm4r3 - Tecknobit
See also
Constructors
Link copied to clipboard
constructor(id: String, owner: RefyUser.RefyUserImpl, title: String, description: String, date: Long, _logoPic: String, members: List<TeamMember>, links: List<RefyLink.RefyLinkImpl> = emptyList(), collections: List<LinksCollection> = emptyList())