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

ProjectsLocationsConversionWorkspacesMappingRulesListOptions

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

Additional options for dataMigration#projectsLocationsConversionWorkspacesMappingRulesList.

interface ProjectsLocationsConversionWorkspacesMappingRulesListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of rules to return. The service may return fewer than this value.

§
pageToken?: string
[src]

The nextPageToken value received in the previous call to mappingRules.list, used in the subsequent request to retrieve the next page of results. On first call this should be left blank. When paginating, all other parameters provided to mappingRules.list must match the call that provided the page token.