Response

@Serializable
data class Response(val avatarUrl: String? = null, val displayname: String? = null)

Constructors

Link copied to clipboard
constructor(avatarUrl: String? = null, displayname: String? = null)

Properties

Link copied to clipboard
val avatarUrl: String? = null
Link copied to clipboard
val displayname: String? = null