package com.amazonaws.ivs.player.ecommerce.models data class PlayerParams( val x: Float, val y: Float, val width: Int, val height: Int )