Newer Version Available
Context Mappings Input
Input representation of context mapping.
- JSON example
-
1{ 2 "contextMappings": [ 3 { 4 "name":"ExampleMapping", 5 "description":"Example Mapping Description", 6 "isDefault":true 7 } 8 ], 9 "generateInputMappings":false, 10 "generateSObjectMappings":false 11} - Properties
-
Name Type Description Required or Optional Available Version contextMappingId String ID of this context mapping. Required for update. Required 59.0 contextNodeMappings Context Node Mappings Input[] List of context node mappings. Optional 59.0 description String Description of context mapping. Optional 59.0 isDefault Boolean Specifies if you want to make default mapping for context definition (true) or not (false). Optional 59.0 name String Name of the context mapping. Required 59.0