Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudIntegrationsV1alphaListCertificatesResponse

import type { GoogleCloudIntegrationsV1alphaListCertificatesResponse } from "https://googleapis.deno.dev/v1/integrations:v1.ts";

Response to list Certificates.

interface GoogleCloudIntegrationsV1alphaListCertificatesResponse {
nextPageToken?: string;
}

§Properties

§

The list of Certificates retrieved.

§
nextPageToken?: string
[src]

The token used to retrieve the next page of results.