Worker

class Worker

A unit capable of performing tasks.

Types

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

Properties

Link copied to clipboard

JSON blob containing unstructured worker properties that are fixed and won't change during regular operation.

Link copied to clipboard

JSON blob containing unstructured worker properties that are transient and may change during regular operation.

Link copied to clipboard
val arn: String

Full ARN of the worker.

Link copied to clipboard

Timestamp at which the resource was created.

Link copied to clipboard

Full ARN of the worker fleet.

Link copied to clipboard
val id: String

Filters access by the workers identifier

Link copied to clipboard

Human friendly name of the resource.

Link copied to clipboard

Worker orientation measured in units clockwise from north.

Link copied to clipboard

Supported coordinates for worker position.

Link copied to clipboard

Site ARN.

Link copied to clipboard

Timestamp at which the resource was last updated.

Link copied to clipboard

Properties of the worker that are provided by the vendor FMS.

Functions

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