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

ImportAdminQuotaPoliciesResponse

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

Response message for ImportAdminQuotaPolicies

interface ImportAdminQuotaPoliciesResponse {
policies?: AdminQuotaPolicy[];
}

§Properties

§

The policies that were created from the imported data.