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

RenameDataPolicyRequest

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

Request message for the RenameDataPolicy method.

interface RenameDataPolicyRequest {
newDataPolicyId?: string;
}

§Properties

§
newDataPolicyId?: string
[src]

Required. The new data policy id.