Links
Collection
@Serializable
The LinksCollection data class represent
a collection of links
Author
N7ghtm4r3 - Tecknobit
See also
Constructors
Link copied to clipboard
constructor(id: String, owner: RefyUser.RefyUserImpl, title: String, description: String, date: Long, color: String, links: List<RefyLink.RefyLinkImpl> = emptyList(), teams: List<Team> = emptyList())