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

CreateDataPolicyRequest

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

Request message for the CreateDataPolicy method.

interface CreateDataPolicyRequest {
dataPolicy?: DataPolicy;
dataPolicyId?: string;
}

§Properties

§
dataPolicy?: DataPolicy
[src]

Required. The data policy to create. The name field does not need to be provided for the data policy creation.

§
dataPolicyId?: string
[src]

Required. User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {data_policy_id} in part of the resource name.