Package version:

Interface CreateRunResponse

Response body with a run identifier.

interface CreateRunResponse {
    runId: string;
}

Properties

Properties

runId: string

Identifier of a run.