Clean doc
This commit is contained in:
parent
2bea2de0c5
commit
535f3ad02d
|
@ -22,16 +22,16 @@ import org.matrix.android.sdk.api.util.JsonDict
|
||||||
|
|
||||||
@JsonClass(generateAdapter = true)
|
@JsonClass(generateAdapter = true)
|
||||||
data class ThirdPartyUser(
|
data class ThirdPartyUser(
|
||||||
/*
|
/**
|
||||||
Required. A Matrix User ID represting a third party user.
|
* Required. A Matrix User ID representing a third party user.
|
||||||
*/
|
*/
|
||||||
@Json(name = "userid") val userId: String,
|
@Json(name = "userid") val userId: String,
|
||||||
/*
|
/**
|
||||||
Required. The protocol ID that the third party location is a part of.
|
* Required. The protocol ID that the third party location is a part of.
|
||||||
*/
|
*/
|
||||||
@Json(name = "protocol") val protocol: String,
|
@Json(name = "protocol") val protocol: String,
|
||||||
/*
|
/**
|
||||||
Required. Information used to identify this third party location.
|
* Required. Information used to identify this third party location.
|
||||||
*/
|
*/
|
||||||
@Json(name = "fields") val fields: JsonDict
|
@Json(name = "fields") val fields: JsonDict
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue