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

RenameNetworkRequest

import type { RenameNetworkRequest } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Message requesting rename of a server.

interface RenameNetworkRequest {
newNetworkId?: string;
}

§Properties

§
newNetworkId?: string
[src]

Required. The new id of the network.