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

GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse

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

Response message for CloudChannelService.ListChannelPartnerRepricingConfigs.

interface GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse {
channelPartnerRepricingConfigs?: GoogleCloudChannelV1ChannelPartnerRepricingConfig[];
nextPageToken?: string;
}

§Properties

§

The repricing configs for this channel partner.

§
nextPageToken?: string
[src]

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