RunAutomationDetails

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)

Sources

Link copied to clipboard