CreateTaskRequest

Types

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

Properties

Link copied to clipboard

A token ensuring that the action is called only once with the specified details.

Link copied to clipboard

The task to be performed. Only one task is executed on a device at a time.

Link copied to clipboard

A description of the task and its targets.

Link copied to clipboard

Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.

Link copied to clipboard

A list of managed device IDs.

Functions

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