Crop Args
data class CropArgs(val bottomPixels: Output<Int>? = null, val leftPixels: Output<Int>? = null, val rightPixels: Output<Int>? = null, val topPixels: Output<Int>? = null) : ConvertibleToJava<CropArgs>
Video cropping configuration for the input video. The cropped input video is scaled to match the output resolution.