ModelVersionIndexSynchronizationResultsedit

Results from synchronizing indices by model version

Propertiesedit

results (map[string,IndexSynchronizationResults], required)
The results of synchronizing indices organized by model version

Exampleedit

{
   "results" : {
      "some_property" : {
         "created" : [
            "string"
         ],
         "deleted" : [
            "string"
         ],
         "updated" : [
            "string"
         ]
      }
   }
}