@jellyfin/sdk
    Preparing search index...

    Interface UtcTimeResponse

    Class UtcTimeResponse.

    UtcTimeResponse

    interface UtcTimeResponse {
        RequestReceptionTime?: string;
        ResponseTransmissionTime?: string;
    }
    Index

    Properties

    RequestReceptionTime?: string

    Gets the UTC time when request has been received.

    UtcTimeResponse

    ResponseTransmissionTime?: string

    Gets the UTC time when response has been sent.

    UtcTimeResponse