RunAutomationDetails
@JsonClass(generateAdapter = true)
Content copied to clipboard
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
fun RunAutomationDetails( @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)
Content copied to clipboard