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

    Interface Vpc_peeringsRequestBuilderGetQueryParameters

    To list all of the VPC peerings on your account, send a GET request to /v2/vpc_peerings.

    interface Vpc_peeringsRequestBuilderGetQueryParameters {
        page?: number;
        perPage?: number;
        region?: Region_slug;
    }
    Index

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page

    region?: Region_slug

    The slug identifier for the region where the resource is available.