TileArgs

fun TileArgs(height: Output<Int>? = null, widget: Output<WidgetArgs>? = null, width: Output<Int>? = null, xPos: Output<Int>? = null, yPos: Output<Int>? = null)