Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias DownloadClientResource

    type DownloadClientResource = {
        id?: number;
        name?: string | null;
        fields?: Sonarr.Field[] | null;
        implementationName?: string | null;
        implementation?: string | null;
        configContract?: string | null;
        infoLink?: string | null;
        message?: Sonarr.ProviderMessage;
        tags?: number[] | null;
        presets?: Sonarr.DownloadClientResource[] | null;
        enable?: boolean;
        protocol?: Sonarr.DownloadProtocol;
        priority?: number;
        removeCompletedDownloads?: boolean;
        removeFailedDownloads?: boolean;
    }
    Index

    Properties

    id?: number
    name?: string | null
    fields?: Sonarr.Field[] | null
    implementationName?: string | null
    implementation?: string | null
    configContract?: string | null
    infoLink?: string | null
    tags?: number[] | null
    presets?: Sonarr.DownloadClientResource[] | null
    enable?: boolean
    priority?: number
    removeCompletedDownloads?: boolean
    removeFailedDownloads?: boolean