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

ListDataPoliciesResponse

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

Response message for the ListDataPolicies method.

interface ListDataPoliciesResponse {
dataPolicies?: DataPolicy[];
nextPageToken?: string;
}

§Properties

§
dataPolicies?: DataPolicy[]
[src]

Data policies that belong to the requested project.

§
nextPageToken?: string
[src]

Token used to retrieve the next page of results, or empty if there are no more results.