@jellyfin/sdk
    Preparing search index...

    Interface DevicesApiGetDeviceOptionsRequest

    Request parameters for getDeviceOptions operation in DevicesApi.

    DevicesApiGetDeviceOptionsRequest

    interface DevicesApiGetDeviceOptionsRequest {
        id: string;
    }
    Index

    Properties

    Properties

    id: string

    Device Id.

    DevicesApiGetDeviceOptions