@squidcloud/client
    Preparing search index...

    Interface StartJobRequest

    Represents a request to start a client-owned job. The caller generates the jobId; the client that starts the job owns it and must resolve it.

    interface StartJobRequest {
        jobId: string;
    }
    Index

    Properties

    Properties

    jobId: string

    The unique identifier of the job to start.