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

    Interface IpsRequestBuilderGetQueryParameters

    To list resources associated with BYOIP prefixes, send a GET request to /v2/byoip_prefixes/{byoip_prefix_uuid}/ips.A successful response will return a list of resources associated with the specified BYOIP prefix.

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

    Properties

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page