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

EnableMigrationRequest

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

EnableMigrationRequest is the request message for EnableMigration method.

interface EnableMigrationRequest {
migratingDomains?: OnPremDomainDetails[];
}

§Properties

§
migratingDomains?: OnPremDomainDetails[]
[src]

Required. List of the on-prem domains to be migrated.