RecoveryBackupPartsListResponseBody
This is a response body class for an operation.
Properties
JSON Example
{
"value": [
{
"description": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"id": "string",
"name": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"optional": false,
"selected_by_default": false
}
]
}