Group

@Serializable
data class Group(val id: String, val identifier: String, val title: String)

Constructors

Link copied to clipboard
constructor(id: String, identifier: String, title: String)

Properties

Link copied to clipboard
@SerialName(value = "_id")
val id: String
Link copied to clipboard
Link copied to clipboard