ImageOption

@Serializable
data class ImageOption(val type: ImageType, val limit: Int, val minWidth: Int)

Constructors

Link copied to clipboard
constructor(type: ImageType, limit: Int, minWidth: Int)

Properties

Link copied to clipboard
@SerialName(value = "Limit")
val limit: Int

The limit.

Link copied to clipboard
@SerialName(value = "MinWidth")
val minWidth: Int

The minimum width.

Link copied to clipboard
@SerialName(value = "Type")
val type: ImageType

The type.