DisplaySettings

data class DisplaySettings(var isResaleSoftLanding: Boolean = false)

Represents display settings for the event.

Constructors

Link copied to clipboard
constructor(isResaleSoftLanding: Boolean = false)

Properties

Link copied to clipboard
@SerializedName(value = "softLanding")
var isResaleSoftLanding: Boolean

Indicates if resale soft landing is enabled, defaults to false.