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

OrganizationsLocationsCustomersWorkloadsListOptions

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

Additional options for CloudControlsPartner#organizationsLocationsCustomersWorkloadsList.

interface OrganizationsLocationsCustomersWorkloadsListOptions {
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 workloads to return. The service may return fewer than this value. If unspecified, at most 500 workloads will be returned.

§
pageToken?: string
[src]

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