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

DeviceJob

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

A job that runs on a device.

interface DeviceJob {
CreatedTime?: Date | number | null;
DeviceId?: string | null;
DeviceName?: string | null;
JobId?: string | null;
}

§Properties

§
CreatedTime?: Date | number | null
[src]

When the job was created.

§
DeviceId?: string | null
[src]

The ID of the target device.

§
DeviceName?: string | null
[src]

The name of the target device

§
JobId?: string | null
[src]

The job's ID.