BusinessProcessMappingItemResponse

data class BusinessProcessMappingItemResponse(val logicAppResourceId: String? = null, val operationName: String? = null, val operationType: String? = null, val workflowName: String? = null)

The properties of business process mapping.

Constructors

Link copied to clipboard
constructor(logicAppResourceId: String? = null, operationName: String? = null, operationType: String? = null, workflowName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The logic app resource id.

Link copied to clipboard
val operationName: String? = null

The operation name.

Link copied to clipboard
val operationType: String? = null

The mapping item operation type of the business process.

Link copied to clipboard
val workflowName: String? = null

The workflow name within the logic app.