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

    Interface ActionsRequestBuilderGetQueryParameters

    To retrieve all actions that have been executed on a volume, send a GET request to /v2/volumes/$VOLUME_ID/actions.

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

    Properties

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page