namespace MediaBrowser.Model.SyncPlay.RequestBodies { /// /// Class PingRequestBody. /// public class PingRequestBody { /// /// Gets or sets the ping time. /// /// The ping time. public long Ping { get; set; } } }