Class PingRequestDto.

PingRequestDto

interface PingRequestDto {
    Ping?: number;
}

Properties

Properties

Ping?: number

Gets or sets the ping time.

PingRequestDto