Job

class Job

Represents a device.

Types

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

Properties

Link copied to clipboard
val arn: String?

The job's ARN.

Link copied to clipboard

The job's result counters.

Link copied to clipboard

When the job was created.

Link copied to clipboard

The device (phone or tablet).

Link copied to clipboard

Represents the total (metered or unmetered) minutes used by the job.

Link copied to clipboard

The ARN of the instance.

Link copied to clipboard

A message about the job's result.

Link copied to clipboard
val name: String?

The job's name.

Link copied to clipboard

The job's result.

Link copied to clipboard

The job's start time.

Link copied to clipboard

The job's status.

Link copied to clipboard

The job's stop time.

Link copied to clipboard

The job's type.

Link copied to clipboard

This value is set to true if video capture is enabled. Otherwise, it is set to false.

Link copied to clipboard

The endpoint for streaming device video.

Functions

Link copied to clipboard
inline fun copy(block: Job.Builder.() -> Unit = {}): Job
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