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

AccountsCustomersEntitlementsListEntitlementChangesOptions

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

Additional options for CloudChannel#accountsCustomersEntitlementsListEntitlementChanges.

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

§Properties

§
filter?: string
[src]

Optional. Filters applied to the list results.

§
pageSize?: number
[src]

Optional. The maximum number of entitlement changes to return. The service may return fewer than this value. If unspecified, returns at most 10 entitlement changes. The maximum value is 50; the server will coerce values above 50.

§
pageToken?: string
[src]

Optional. A page token, received from a previous CloudChannelService.ListEntitlementChanges call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to CloudChannelService.ListEntitlementChanges must match the call that provided the page token.