RoomServerAclContent

fun RoomServerAclContent(    @Json(name = "allow_ip_literals") allowIpLiterals: Boolean = true,     @Json(name = "allow") allowList: List<String> = emptyList(),     @Json(name = "deny") denyList: List<String> = emptyList())