BackupRuleForBackupListRecord Data Type

Properties
name data type constraints description
guid string  
name string  
markedForDeletion boolean required
position number required
ruleBackupDestinations array of RuleBackupDestinationForBackupListRecord  

Example

{
  "guid" : "...",
  "name" : "...",
  "markedForDeletion" : true,
  "position" : 12345,
  "ruleBackupDestinations" : [ {
    "backupDestination" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "roleType" : "SECONDARY"
  }, {
    "backupDestination" : {
      "type" : { },
      "guid" : "...",
      "name" : "..."
    },
    "roleType" : "SECONDARY"
  } ]
}