@jellyfin/sdk
    Preparing search index...

    Interface PingRequestDto

    Class PingRequestDto.

    PingRequestDto

    interface PingRequestDto {
        Ping?: number;
    }
    Index

    Properties

    Properties

    Ping?: number

    Gets or sets the ping time.

    PingRequestDto