UserDataWrapper

@Serializable
data class UserDataWrapper(val success: Boolean, val data: ParticipantDataWrapper)

Constructors

Link copied to clipboard
constructor(success: Boolean, data: ParticipantDataWrapper)

Properties

Link copied to clipboard
Link copied to clipboard