Business Process Mapping Item Response
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
fun BusinessProcessMappingItemResponse(logicAppResourceId: String? = null, operationName: String? = null, operationType: String? = null, workflowName: String? = null)