Package version:

Model class for event details of a job status event.

interface JobStatusEventDetails {
    affectedObjectType?: string;
    instanceType: "JobStatus";
    jobFriendlyName?: string;
    jobId?: string;
    jobStatus?: string;
}

Hierarchy (view full)

Properties

affectedObjectType?: string

AffectedObjectType for the event.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

jobFriendlyName?: string

JobName for the Event.

jobId?: string

Job arm id for the event.

jobStatus?: string

JobStatus for the Event.