All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yandex.div.dsl.model.DivImageScale.kt Maven / Gradle / Ivy

// Generated code. Do not modify.

package com.yandex.div.dsl.model

import java.net.URI
import com.fasterxml.jackson.annotation.*
import com.yandex.div.dsl.*
import com.yandex.div.dsl.context.*
import com.yandex.div.dsl.type.*
import com.yandex.div.dsl.util.*

enum class DivImageScale(@JsonValue val value: String) {
    FILL("fill"),
    NO_SCALE("no_scale"),
    FIT("fit"),
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy