WrappedPresetSetting

@Serializable
data class WrappedPresetSetting(val id: Int? = null, val isCaption: Boolean? = null, val value: Int? = null)

Constructors

Link copied to clipboard
constructor(id: Int? = null, isCaption: Boolean? = null, value: Int? = null)

Properties

Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val isCaption: Boolean? = null
Link copied to clipboard
val value: Int? = null