ZoneCacheVariantsValue

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val avifs: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: List<String>? = null

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