@qbraid-core
    Preparing search index...

    Interface DeleteJobResponseV1

    Response for deleting a single job (V1).

    interface DeleteJobResponseV1 {
        jobQrn?: string;
        message: string;
    }
    Index

    Properties

    Properties

    jobQrn?: string
    message: string