JobId

class JobId : AbstractValue<String> (source)

A job identifier as the jobs data plane accepts it: alphanumerics, "-" and "_", or the reserved literal $next which addresses the device's next pending execution.

Types

Link copied to clipboard
object Companion : StringValueFactory<JobId>

Properties

Link copied to clipboard
open override val value: String

Functions

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