//
// Copyright (c) PlaceholderCompany. All rights reserved.
//
namespace Jellyfin.Api.Models.SyncPlayDtos;
///
/// Class PingRequestDto.
///
public class PingRequestDto
{
///
/// Gets or sets the ping time.
///
/// The ping time.
public long Ping { get; set; }
}