interface StopEventsDetectionJobResponse {
    JobId?: string;
    JobStatus?: string;
}

Hierarchy (view full)

Properties

Properties

JobId?: string

The identifier of the events detection job to stop.

JobStatus?: string

The status of the events detection job.