Tile Response
data class TileResponse(val height: Int, val widget: WidgetResponse, val width: Int, val xPos: Int, val yPos: Int)
A single tile in the mosaic. The placement and size of the tile are configurable.
A single tile in the mosaic. The placement and size of the tile are configurable.