@jellyfin/sdk
    Preparing search index...

    Interface InstallationInfo

    Class InstallationInfo.

    interface InstallationInfo {
        Changelog?: string | null;
        Checksum?: string | null;
        Guid?: string;
        Name?: string | null;
        PackageInfo?: PackageInfo;
        SourceUrl?: string | null;
        Version?: string | null;
    }
    Index

    Properties

    Changelog?: string | null

    Gets or sets the changelog for this version.

    Checksum?: string | null

    Gets or sets a checksum for the binary.

    Guid?: string

    Gets or sets the Id.

    Name?: string | null

    Gets or sets the name.

    PackageInfo?: PackageInfo
    SourceUrl?: string | null

    Gets or sets the source URL.

    Version?: string | null

    Gets or sets the version.