videosphere
    Preparing search index...

    Partial fields accepted by updateYoutubeImportJobStatus.

    interface UpdateYoutubeImportJobStatusPatch {
        status?: YoutubeImportJobStatus;
        progressPercent?: number;
        errorMessage?: string;
        r2Key?: string;
        uploadJobId?: string;
        distributeQueued?: boolean;
    }
    Index

    Properties

    progressPercent?: number
    errorMessage?: string
    r2Key?: string
    uploadJobId?: string
    distributeQueued?: boolean