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

MoveBillingAccountRequest

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

Request message for MoveBillingAccount RPC.

interface MoveBillingAccountRequest {
destinationParent?: string;
}

§Properties

§
destinationParent?: string
[src]

Required. The resource name of the Organization to move the billing account under. Must be of the form organizations/{organization_id}.