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

    Interface CertificatesRequestBuilderGetQueryParameters

    To list all of the certificates available on your account, send a GET request to /v2/certificates.

    interface CertificatesRequestBuilderGetQueryParameters {
        name?: string;
        page?: number;
        perPage?: number;
    }
    Index

    Properties

    Properties

    name?: string

    Name of expected certificate

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page