ProductServer

fun ProductServer(    @Json(name = "online_maps_link_url") onlineMapsLinkUrl: String? = null,     @Json(name = "connect_url") connectUrl: String? = null,     ids: Online.ProductServer.Ids? = null)