Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Job

import type { Job } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";

A job for a device.

interface Job {
DeviceId?: string | null;
JobId?: string | null;
}

§Properties

§
DeviceId?: string | null
[src]

The target device's ID.

§
JobId?: string | null
[src]

The job's ID.