ZoneCacheVariantsValueArgs

data class ZoneCacheVariantsValueArgs(val avifs: Output<List<String>>? = null, val bmps: Output<List<String>>? = null, val gifs: Output<List<String>>? = null, val jp2s: Output<List<String>>? = null, val jpegs: Output<List<String>>? = null, val jpg2s: Output<List<String>>? = null, val jpgs: Output<List<String>>? = null, val pngs: Output<List<String>>? = null, val tiffs: Output<List<String>>? = null, val tifs: Output<List<String>>? = null, val webps: Output<List<String>>? = null) : ConvertibleToJava<ZoneCacheVariantsValueArgs>

Constructors

Link copied to clipboard
constructor(avifs: Output<List<String>>? = null, bmps: Output<List<String>>? = null, gifs: Output<List<String>>? = null, jp2s: Output<List<String>>? = null, jpegs: Output<List<String>>? = null, jpg2s: Output<List<String>>? = null, jpgs: Output<List<String>>? = null, pngs: Output<List<String>>? = null, tiffs: Output<List<String>>? = null, tifs: Output<List<String>>? = null, webps: Output<List<String>>? = null)

Properties

Link copied to clipboard
val avifs: Output<List<String>>? = null

List of strings with the MIME types of all the variants that should be served for avif.

Link copied to clipboard
val bmps: Output<List<String>>? = null

List of strings with the MIME types of all the variants that should be served for bmp.

Link copied to clipboard
val gifs: Output<List<String>>? = null

List of strings with the MIME types of all the variants that should be served for gif.

Link copied to clipboard
val jp2s: Output<List<String>>? = null

List of strings with the MIME types of all the variants that should be served for jp2.

Link copied to clipboard
val jpegs: Output<List<String>>? = null

List of strings with the MIME types of all the variants that should be served for jpeg.

Link copied to clipboard
val jpg2s: Output<List<String>>? = null

List of strings with the MIME types of all the variants that should be served for jpg2.

Link copied to clipboard
val jpgs: Output<List<String>>? = null

List of strings with the MIME types of all the variants that should be served for jpg.

Link copied to clipboard
val pngs: Output<List<String>>? = null

List of strings with the MIME types of all the variants that should be served for png.

Link copied to clipboard
val tiffs: Output<List<String>>? = null

List of strings with the MIME types of all the variants that should be served for tiff.

Link copied to clipboard
val tifs: Output<List<String>>? = null

List of strings with the MIME types of all the variants that should be served for tif.

Link copied to clipboard
val webps: Output<List<String>>? = null

List of strings with the MIME types of all the variants that should be served for webp.

Functions

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