[{"label":"Latest (1.0.0)","version":"latest"}]
srm-rest-api
FolderMappingsSpec
Folder mapping settings to be used for the create operation.
Properties
string
mapping_source_object
Required
Mapping of the source object.
string
mapping_target_object
Required
Mapping the target object.
JSON Example
{
"mapping_source_object": "string",
"mapping_target_object": "string"
}