IgnoreWaitRequestDto

@Serializable
data class IgnoreWaitRequestDto(val ignoreWait: Boolean)

Class IgnoreWaitRequestDto.

Constructors

Link copied to clipboard
constructor(ignoreWait: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "IgnoreWait")
val ignoreWait: Boolean

A value indicating whether the client should be ignored.