Package version:

Collection of jobs.

interface JobCollection {
    nextLink?: string;
    value?: Job[];
}

Properties

Properties

nextLink?: string

The value of next link.

value?: Job[]

The list of jobs.