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

GlobalAddressesMoveRequest

import type { GlobalAddressesMoveRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface GlobalAddressesMoveRequest {
description?: string;
destinationAddress?: string;
}

§Properties

§
description?: string
[src]

An optional destination address description if intended to be different from the source.

§
destinationAddress?: string
[src]

The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project /global/addresses/address - projects/project/global/addresses/address Note that destination project must be different from the source project. So /global/addresses/address is not valid partial url.