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

ProjectsLocationsConversionWorkspacesSearchBackgroundJobsOptions

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

Additional options for dataMigration#projectsLocationsConversionWorkspacesSearchBackgroundJobs.

interface ProjectsLocationsConversionWorkspacesSearchBackgroundJobsOptions {
completedUntilTime?: Date;
maxSize?: number;
returnMostRecentPerJobType?: boolean;
}

§Properties

§
completedUntilTime?: Date
[src]

Optional. If provided, only returns jobs that completed until (not including) the given timestamp.

§
maxSize?: number
[src]

Optional. The maximum number of jobs to return. The service may return fewer than this value. If unspecified, at most 100 jobs are returned. The maximum value is 100; values above 100 are coerced to 100.

§
returnMostRecentPerJobType?: boolean
[src]

Optional. Whether or not to return just the most recent job per job type,