BackupsInLast24Response Data Type

Properties
name data type constraints description
protectedEntityName string  
protectedEntityType ProtectedEntityType  
guid string  
data number required

Example

{
  "protectedEntityName" : "...",
  "protectedEntityType" : "CLOUD_TEAMS",
  "guid" : "...",
  "data" : 12345
}