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

ListProvidersResponse

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

The response message for the ListProviders method.

interface ListProvidersResponse {
nextPageToken?: string;
providers?: Provider[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A page token that can be sent to ListProviders to request the next page. If this is empty, then there are no more pages.

§
providers?: Provider[]
[src]

The requested providers, up to the number specified in page_size.

§
unreachable?: string[]
[src]

Unreachable resources, if any.