ThirdPartyUser

@JsonClass(generateAdapter = true)
data class ThirdPartyUser(@Json(name = "userid") val userId: String, @Json(name = "protocol") val protocol: String, @Json(name = "fields") val fields: JsonDict)

Constructors

Link copied to clipboard
constructor(@Json(name = "userid") userId: String, @Json(name = "protocol") protocol: String, @Json(name = "fields") fields: JsonDict)

Properties

Link copied to clipboard

Required. Information used to identify this third party location.

Link copied to clipboard

Required. The protocol ID that the third party location is a part of.

Link copied to clipboard

Required. A Matrix User ID representing a third party user.