Get Action Result
data class GetActionResult(val etag: String? = null, val id: String, val logicAppResourceId: String, val name: String, val systemData: SystemDataResponse, val type: String, val workflowId: String? = null)
Action for alert rule.
Constructors
Link copied to clipboard
fun GetActionResult(etag: String? = null, id: String, logicAppResourceId: String, name: String, systemData: SystemDataResponse, type: String, workflowId: String? = null)