JobExecutionSummary

Contains a subset of information about a job execution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A number that identifies a particular job execution on a particular device.

Link copied to clipboard

The unique identifier you assigned to this job when it was created.

Link copied to clipboard

The time, in seconds since the epoch, when the job execution was last updated.

Link copied to clipboard

The time, in seconds since the epoch, when the job execution was enqueued.

Link copied to clipboard

The time, in seconds since the epoch, when the job execution started.

Link copied to clipboard

The version of the job execution. Job execution versions are incremented each time IoT Jobs receives an update from a device.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String