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

SeedJobDetails

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

Details regarding a Seed background job.

interface SeedJobDetails {
readonly connectionProfile?: string;
}

§Properties

§
readonly connectionProfile?: string
[src]

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