Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Job

Package version

interface

An interface representing Job. Job details.

extends

Resource

Hierarchy

Index

Properties

Optional id

id: undefined | string
member

{string} [id] Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string
member

{string} [location] Resource Location

Optional name

name: undefined | string
member

{string} [name] Resource Name NOTE: This property will not be serialized. It can only be populated by the server.

Optional properties

properties: JobProperties
member

{JobProperties} [properties] The custom data.

Optional type

type: undefined | string
member

{string} [type] Resource Type NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc