The policy property
To retrieve any backups associated with a Droplet, send a GET request to/v2/droplets/$DROPLET_ID/backups.You will get back a JSON object that has a backups key. This will be set toan array of backup objects, each of which contain the standardDroplet backup attributes.
OptionalrequestConfiguration: RequestConfiguration<BackupsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To retrieve any backups associated with a Droplet, send a GET request to/v2/droplets/$DROPLET_ID/backups.You will get back a JSON object that has a backups key. This will be set toan array of backup objects, each of which contain the standardDroplet backup attributes.
OptionalrequestConfiguration: RequestConfiguration<BackupsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/droplets/{droplet_id}/backups