ListBackupVaultsResponse

ListBackupVaultsResponse is the result of ListBackupVaultsRequest.

JSON representation
{
  "backupVaults": [
    {
      object (BackupVault)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
backupVaults[]

object (BackupVault)

A list of backupVaults in the project for the specified location.

nextPageToken

string

The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.

unreachable[]

string

Locations that could not be reached.