LocationRelationship

fun LocationRelationship(    @Json(name = "description") description: Message? = null,     @Json(name = "kinds") kinds: List<String>? = null,     @Json(name = "properties") properties: PropertyBag? = null,     @Json(name = "target") target: Int)

Sources

Link copied to clipboard