@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface BackupsRequestBuilderGetQueryParameters

    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.

    interface BackupsRequestBuilderGetQueryParameters {
        page?: number;
        perPage?: number;
    }
    Index

    Properties

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page