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

OrganizationsLocationsWorkloadsListOptions

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

Additional options for AssuredWorkloads#organizationsLocationsWorkloadsList.

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

§Properties

§
filter?: string
[src]

A custom filter for filtering by properties of a workload. At this time, only filtering by labels is supported.

§
pageSize?: number
[src]

Page size.

§
pageToken?: string
[src]

Page token returned from previous request. Page token contains context from previous request. Page token needs to be passed in the second and following requests.