@jellyfin/sdk
    Preparing search index...

    Interface PublicSystemInfo

    NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). Do not edit the class manually.

    Jellyfin API

    This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

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

    Properties

    Id?: string | null

    Gets or sets the id.

    LocalAddress?: string | null

    Gets or sets the local address.

    OperatingSystem?: string | null

    Gets or sets the operating system.

    ProductName?: string | null

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

    ServerName?: string | null

    Gets or sets the name of the server.

    StartupWizardCompleted?: boolean | null

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

    Version?: string | null

    Gets or sets the server version.