RecoveryBackupSystemNameArchiveListResponseBody
This is a response body class for an operation.
Properties
value
Optional
Commonly used information about the backup archives.
JSON Example
{
"value": [
{
"archive": "string",
"comment": "string",
"timestamp": "string",
"version": "string"
}
]
}