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

OrganizationsLocationsCustomersListOptions

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

Additional options for CloudControlsPartner#organizationsLocationsCustomersList.

interface OrganizationsLocationsCustomersListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. Filtering results

§
orderBy?: string
[src]

Optional. Hint for how to order the results

§
pageSize?: number
[src]

The maximum number of Customers to return. The service may return fewer than this value. If unspecified, at most 500 Customers will be returned.

§
pageToken?: string
[src]

A page token, received from a previous ListCustomers call. Provide this to retrieve the subsequent page.