namespace MediaBrowser.Model.SyncPlay.RequestBodies { /// /// Class IgnoreWaitRequestBody. /// public class IgnoreWaitRequestBody { /// /// Gets or sets a value indicating whether the client should be ignored. /// /// The client group-wait status. public bool IgnoreWait { get; set; } } }