@jellyfin/sdk
    Preparing search index...

    Interface ClientLogDocumentResponseDto

    Client log document response dto.

    ClientLogDocumentResponseDto

    interface ClientLogDocumentResponseDto {
        FileName?: string;
    }
    Index

    Properties

    Properties

    FileName?: string

    Gets the resulting filename.

    ClientLogDocumentResponseDto