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

ApplyJobDetails

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

Details regarding an Apply background job.

interface ApplyJobDetails {
readonly connectionProfile?: string;
readonly filter?: string;
}

§Properties

§
readonly connectionProfile?: string
[src]

Output only. The connection profile which was used for the apply job.

§
readonly filter?: string
[src]

Output only. AIP-160 based filter used to specify the entities to apply