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

TransferLocationRequest

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

Request message for AccessControl.TransferLocation.

interface TransferLocationRequest {
destinationAccount?: string;
}

§Properties

§
destinationAccount?: string
[src]

Required. Name of the account resource to transfer the location to (for example, "accounts/{account}").