ImageVariantOptionsArgs

data class ImageVariantOptionsArgs(val fit: Output<String>, val height: Output<Double>, val metadata: Output<String>, val width: Output<Double>) : ConvertibleToJava<ImageVariantOptionsArgs>

Constructors

Link copied to clipboard
constructor(fit: Output<String>, height: Output<Double>, metadata: Output<String>, width: Output<Double>)

Properties

Link copied to clipboard
val fit: Output<String>

The fit property describes how the width and height dimensions should be interpreted. Available values: "scale-down", "contain", "cover", "crop", "pad".

Link copied to clipboard
val height: Output<Double>

Maximum height in image pixels.

Link copied to clipboard
val metadata: Output<String>

What EXIF data should be preserved in the output image. Available values: "keep", "copyright", "none".

Link copied to clipboard
val width: Output<Double>

Maximum width in image pixels.

Functions

Link copied to clipboard
open override fun toJava(): ImageVariantOptionsArgs