Interface JobsApiJobsDestroyAnnotationsRequest

Request parameters for jobsDestroyAnnotations operation in JobsApi.

JobsApiJobsDestroyAnnotationsRequest

interface JobsApiJobsDestroyAnnotationsRequest {
    id: number;
}

Properties

Properties

id: number

A unique integer value identifying this job.

JobsApiJobsDestroyAnnotations