EstimatedWaitTime

data class EstimatedWaitTime(val isEWTRequested: Boolean? = false, val estimatedWaitTimeInSeconds: Int? = 0)

Information about the estimated wait time.

Constructors

Link copied to clipboard
constructor(isEWTRequested: Boolean? = false, estimatedWaitTimeInSeconds: Int? = 0)

Properties

Link copied to clipboard

The estimated wait time in seconds.

Link copied to clipboard
val isEWTRequested: Boolean? = false

Indicates whether estimate wait time is requested.