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

ListPoliciesResponse

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

Response to a request to list policies for a given enterprise.

interface ListPoliciesResponse {
nextPageToken?: string;
policies?: Policy[];
}

§Properties

§
nextPageToken?: string
[src]

If there are more results, a token to retrieve next page of results.

§
policies?: Policy[]
[src]

The list of policies.