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

GoogleCloudChannelV1ListChannelPartnerLinksResponse

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

Response message for CloudChannelService.ListChannelPartnerLinks.

interface GoogleCloudChannelV1ListChannelPartnerLinksResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass to ListChannelPartnerLinksRequest.page_token to obtain that page.