@jellyfin/sdk
    Preparing search index...

    Interface DeviceOptionsDto

    A dto representing custom options for a device.

    DeviceOptionsDto

    interface DeviceOptionsDto {
        CustomName?: string | null;
        DeviceId?: string | null;
        Id?: number;
    }
    Index

    Properties

    CustomName?: string | null

    Gets or sets the custom name.

    DeviceOptionsDto

    DeviceId?: string | null

    Gets or sets the device id.

    DeviceOptionsDto

    Id?: number

    Gets or sets the id.

    DeviceOptionsDto