RunAutomationDetails
@JsonClass(generateAdapter = true)
Automation details that describe this run.
Information that describes a run's identity and role within an engineering system process.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "correlationGuid") correlationGUID: String? = null, @Json(name = "description") description: Message? = null, @Json(name = "guid") guid: String? = null, @Json(name = "id") id: String? = null, @Json(name = "properties") properties: PropertyBag? = null)
Properties
Link copied to clipboard
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
A description of the identity and role played within the engineering system by this object's containing run object.
Link copied to clipboard
Key/value pairs that provide additional information about the run automation details.