@jellyfin/sdk
    Preparing search index...

    Interface PublicSystemInfo

    PublicSystemInfo

    interface PublicSystemInfo {
        Id?: null | string;
        LocalAddress?: null | string;
        OperatingSystem?: null | string;
        ProductName?: null | string;
        ServerName?: null | string;
        StartupWizardCompleted?: null | boolean;
        Version?: null | string;
    }
    Index

    Properties

    Id?: null | string

    Gets or sets the id.

    PublicSystemInfo

    LocalAddress?: null | string

    Gets or sets the local address.

    PublicSystemInfo

    OperatingSystem?: null | string

    Gets or sets the operating system.

    PublicSystemInfo

    ProductName?: null | string

    Gets or sets the product name. This is the AssemblyProduct name.

    PublicSystemInfo

    ServerName?: null | string

    Gets or sets the name of the server.

    PublicSystemInfo

    StartupWizardCompleted?: null | boolean

    Gets or sets a value indicating whether the startup wizard is completed.

    PublicSystemInfo

    Version?: null | string

    Gets or sets the server version.

    PublicSystemInfo