RecoveryBackupSystemNameArchiveListRequestBody
This is a request body class for an operation.
Properties
filter_spec
Required
Specification of matching backups for which information should be returned.
JSON Example
{
"filter_spec": {
"comment_substring": "string",
"end_timestamp": "string",
"max_results": 0,
"start_timestamp": "string"
}
}