Interface GeospatialGrpcGetJobResponse

interface GeospatialGrpcGetJobResponse {
    job_id?: string;
    jobId?: string;
    progress?: GeospatialGrpcJobProgress;
    state?: unknown;
}

Hierarchy (view full)

Properties

job_id?: string
jobId?: string
state?: unknown