RunAutomationDetails

@Serializable
data class RunAutomationDetails(val correlationGUID: String? = null, val description: Message? = null, val guid: String? = null, val id: String? = null, val properties: PropertyBag? = null)

Automation details that describe this run.

Information that describes a run's identity and role within an engineering system process.

Constructors

Link copied to clipboard
constructor(correlationGUID: String? = null, description: Message? = null, guid: String? = null, id: String? = null, properties: PropertyBag? = null)

Properties

Link copied to clipboard
val correlationGUID: String? = null

A stable, unique identifier for the equivalence class of runs to which this object's containing run object belongs in the form of a GUID.

Link copied to clipboard
val description: Message? = null

A description of the identity and role played within the engineering system by this object's containing run object.

Link copied to clipboard
val guid: String? = null

A stable, unique identifer for this object's containing run object in the form of a GUID.

Link copied to clipboard
val id: String? = null

A hierarchical string that uniquely identifies this object's containing run object.

Link copied to clipboard
val properties: PropertyBag? = null

Key/value pairs that provide additional information about the run automation details.