OperationInfo
                                OperationInfo                            
                            JSON Example
                                    {
    "operationStatus": "string",
    "operationResults": [
        {
            "operationErrors": [
                {
                    "errorMessage": "string",
                    "errorCode": 0
                }
            ],
            "operationStatus": "string",
            "contentId": "string",
            "contentTypeId": "string",
            "messages": [
                "string"
            ],
            "contentName": "string"
        }
    ],
    "operationType": "string"
}
            
            
                                    string
                
                
            
        
        
                operationStatus            
                            Optional
                    operationStatus
                Possible values are :
                                    SUCCESS, 
                                    FAILED, 
                                    WARNING, 
                            
        
    
            
            
                                    string
                
                
            
        
        
                operationType            
                            Required
                    operationType
                Possible values are :
                                    IMPORT, 
                                    EXPORT, 
                                    IMPORT_DRY_RUN, 
                                    EXPORT_DRY_RUN, 
                            
        
    