orvanta-api 3.3.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# BpmnMappingBlocker

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rule** | **String** |  | 
**rule_number** | **i32** |  | 
**message** | **String** | the rendered sentence, safe to show an operator as-is | 
**element_id** | Option<**String**> |  | [optional]
**flow_id** | Option<**String**> |  | [optional]
**message_name** | Option<**String**> |  | [optional]
**identifier** | Option<**String**> | rule 9 only -- the source id the mapping vacates while the target still defines it | [optional]
**renamed_to** | Option<**String**> | rule 9 only -- the image the mapping gives `identifier` | [optional]
**kind** | Option<**String**> | for rule 2 the element's BPMN kind; for rule 9 the namespace the identifier belongs to (`element` or `sequence_flow`) | [optional]
**from** | Option<**String**> |  | [optional]
**to** | Option<**String**> |  | [optional]
**target** | Option<**String**> |  | [optional]
**target_flow** | Option<**String**> |  | [optional]
**from_kind** | Option<**String**> |  | [optional]
**to_kind** | Option<**String**> |  | [optional]
**from_message** | Option<**String**> |  | [optional]
**to_message** | Option<**String**> |  | [optional]
**expected_scope** | Option<**String**> |  | [optional]
**actual_scope** | Option<**String**> |  | [optional]
**mapped_source** | Option<**String**> |  | [optional]
**mapped_target** | Option<**String**> |  | [optional]
**sources** | Option<**Vec<String>**> |  | [optional]
**targets** | Option<**Vec<String>**> |  | [optional]
**candidates** | Option<**Vec<String>**> |  | [optional]
**missing** | Option<**Vec<String>**> |  | [optional]
**unexpected** | Option<**Vec<String>**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)