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

AccountsChannelPartnerLinksChannelPartnerRepricingConfigsListOptions

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

Additional options for CloudChannel#accountsChannelPartnerLinksChannelPartnerRepricingConfigsList.

interface AccountsChannelPartnerLinksChannelPartnerRepricingConfigsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. A filter for [CloudChannelService.ListChannelPartnerRepricingConfigs] results (channel_partner_link only). You can use this filter when you support a BatchGet-like query. To use the filter, you must set parent=accounts/{account_id}/channelPartnerLinks/-. Example: channel_partner_link = accounts/account_id/channelPartnerLinks/c1 OR channel_partner_link = accounts/account_id/channelPartnerLinks/c2.

§
pageSize?: number
[src]

Optional. The maximum number of repricing configs to return. The service may return fewer than this value. If unspecified, returns a maximum of 50 rules. The maximum value is 100; values above 100 will be coerced to 100.

§
pageToken?: string
[src]

Optional. A token identifying a page of results beyond the first page. Obtained through ListChannelPartnerRepricingConfigsResponse.next_page_token of the previous CloudChannelService.ListChannelPartnerRepricingConfigs call.