Video Scale Args
data class VideoScaleArgs(val height: Output<String>? = null, val mode: Output<Either<String, VideoScaleMode>>? = null, val width: Output<String>? = null) : ConvertibleToJava<VideoScaleArgs>
The video scaling information.
Constructors
Link copied to clipboard
constructor(height: Output<String>? = null, mode: Output<Either<String, VideoScaleMode>>? = null, width: Output<String>? = null)